Skip to content
Snippets Groups Projects

Amelioration execution

Merged Axel Carayon requested to merge ameliorationExecution into main
1 file
+ 4
1
Compare changes
  • Side-by-side
  • Inline
+ 4
1
@@ -245,4 +245,7 @@ def run(folder) -> None :
scanParameters()
checkGeneratedFiles()
writeInYaml()
#pushBranch()
print("Please check the experimentResume.yaml, if everything is correct, press enter to continue, otherwise type \"abort\"")
if input() == "abort":
raise Exception("Aborted")
pushBranch()
Loading