Debug
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user