Skip to content

Commit 597d65f

Browse files
added comment
1 parent d4d8ef4 commit 597d65f

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ public function destruct()
6565
*/
6666
private function resolveDestination(): void
6767
{
68+
// only temporary file located directly in var folder
6869
if (strpos($this->_destination, '/') === false) {
6970
$this->_directoryHandle->delete($this->_destination);
7071
}

0 commit comments

Comments
 (0)