This commit is contained in:
2026-08-25 21:55:01 +02:00
parent 4f8fe0beed
commit a9f89fc704
+2 -1
View File
@@ -78,7 +78,8 @@ def execute_script(wd_: str, file_: str, com_: str, com2_: str="None", com3_: st
text=True,
cwd=wd_,
)
except:
except Exception as e:
print(f"KRITISCHER FEHLER bei execute_script im Ordner {wd_}: {e}") # Jetzt wird der Fehler ins Log geschrieben
return False
return result.stdout