This commit is contained in:
@@ -60,7 +60,6 @@ class HiltesImport
|
||||
throw new RuntimeException("Error: File not found - " . $file['realPath']);
|
||||
}
|
||||
}
|
||||
|
||||
$this->logger->info("Imported $count stocks");
|
||||
} else {
|
||||
$this->logger->info('No Files');
|
||||
@@ -130,10 +129,8 @@ class HiltesImport
|
||||
$this->logger->error($e->getMessage());
|
||||
}
|
||||
|
||||
// unlink($srcFile);
|
||||
// unlink($srcFile . '.Ende');
|
||||
|
||||
unlink($this->rootPath . '/hiltes/h2c/WS.FERTIG');
|
||||
unlink($srcFile);
|
||||
unlink($srcFile . '.Ende');
|
||||
|
||||
$this->logger->info($count . ' Datensätze importiert');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user