Skip to content

Commit 15a7d7e

Browse files
committed
MC-30066: Temporary files are not deleted after exporting products
1 parent 76987a9 commit 15a7d7e

File tree

1 file changed

+0
-1
lines changed
  • app/code/Magento/ImportExport/Model/Export/Adapter

1 file changed

+0
-1
lines changed

app/code/Magento/ImportExport/Model/Export/Adapter/Csv.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ public function destruct()
5454
{
5555
if (is_object($this->_fileHandler)) {
5656
$this->_fileHandler->close();
57-
$this->_fileHandler = null;
5857
$this->_directoryHandle->delete($this->_destination);
5958
}
6059
}

0 commit comments

Comments
 (0)