This commit is contained in:
chk
2026-05-15 07:25:30 +02:00
parent c85b387518
commit a32c5af06d

View File

@@ -145,7 +145,9 @@ function snapshot(outDir, cam0, cam1, ws){
-settings ${path.join(BASE_PATH, 'data/settings/settings1m.json')}`; -settings ${path.join(BASE_PATH, 'data/settings/settings1m.json')}`;
console.log("Executing Python " + command); console.log("Executing Python option 1: " + command);
console.log("Executing Python option 2: " + command2);
processPython(command, name0, name1, outDir, ws); processPython(command, name0, name1, outDir, ws);
} catch (err) { } catch (err) {
console.error('Snapshot fehlgeschlagen:', err); console.error('Snapshot fehlgeschlagen:', err);