From 609087d9d667de7bf812ce18a61fb12302d7173b Mon Sep 17 00:00:00 2001 From: AxelCarayon <axel.carayon@gmail.com> Date: Wed, 16 Feb 2022 14:47:57 +0100 Subject: [PATCH] suppression todo --- loadExperiment.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/loadExperiment.py b/loadExperiment.py index d84854c..a54d51d 100644 --- a/loadExperiment.py +++ b/loadExperiment.py @@ -108,6 +108,4 @@ def run(repository, branch) -> None : if (compareChecksums()) : print("The exepriment was reproduced with succes but some output files are differents.") else : - print("The exepriment was reproduced with succes !") - -#TODO : sur la mainExperiment15, on a du changement quand on reproduit l'expérience ... \ No newline at end of file + print("The exepriment was reproduced with succes !") \ No newline at end of file -- GitLab