Skip to content

Commit

Permalink
temp removal of temp file erasure
Browse files Browse the repository at this point in the history
  • Loading branch information
salimkanoun committed Jun 10, 2023
1 parent 537cf00 commit f3464cf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ private function handleImportException(string $errorMessage, int $visitId, strin
$errorMessage
);

if (is_dir($unzipedPath)) Util::recursiveDirectoryDelete($unzipedPath);
//TODO temporary disable remove of unzip path
//if (is_dir($unzipedPath)) Util::recursiveDirectoryDelete($unzipedPath);
}
}

0 comments on commit f3464cf

Please sign in to comment.