We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4d8ef4 commit 597d65fCopy full SHA for 597d65f
app/code/Magento/ImportExport/Model/Export/Adapter/Csv.php
@@ -65,6 +65,7 @@ public function destruct()
65
*/
66
private function resolveDestination(): void
67
{
68
+ // only temporary file located directly in var folder
69
if (strpos($this->_destination, '/') === false) {
70
$this->_directoryHandle->delete($this->_destination);
71
}
0 commit comments