Skip to content
Snippets Groups Projects
Commit f87e8e9a authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Utilisation de yield pour améliorer les logs de la génération des scripts d'INSERT.

parent 8cf7ed17
Branches
Tags 1.2.14
No related merge requests found
Pipeline #4785 passed
......@@ -66,6 +66,8 @@ class DataService
}
fclose($fh);
$outputFilePaths[] = $outputFilePath;
yield $outputFilePath;
}
sort($outputFilePaths);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment