From f45ac970fb2127bec1090abd9fb0c138a8f8200b Mon Sep 17 00:00:00 2001
From: AxelCarayon <axel.carayon@gmail.com>
Date: Mon, 21 Feb 2022 16:37:07 +0100
Subject: [PATCH] =?UTF-8?q?Le=20fichier=20YAML=20pr=C3=A9cise=20maintenant?=
 =?UTF-8?q?=20si=20un=20dockerFile=20est=20pr=C3=A9sent=20ou=20non?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 registerExperiment.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/registerExperiment.py b/registerExperiment.py
index 3b53aff..aa1b061 100644
--- a/registerExperiment.py
+++ b/registerExperiment.py
@@ -217,6 +217,7 @@ def writeInYaml() -> None:
         cur_yaml.update({"outputs":outputFiles})
         cur_yaml.update({"params":paramsFiles})
         cur_yaml.update({"instruction":instructionFile})
+        cur_yaml.update({"dockerfile":fileExists(DOCKERFILE)})
         checksums = {"checksums":genChecksums()}
         cur_yaml.update(checksums)
     with open(EXPERIMENT_RESUME, 'w') as yamlFile:
-- 
GitLab