Skip to content
Snippets Groups Projects
Commit 14a1677b authored by AxelCarayon's avatar AxelCarayon
Browse files

propose de vérifier le résultat et d'annuler le commit si besoin

parent a47c191b
No related branches found
No related tags found
1 merge request!20Amelioration execution
......@@ -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()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment