From d948e173502a47156114785031c535a860fd1829 Mon Sep 17 00:00:00 2001 From: Franck Dary <franck.dary@lis-lab.fr> Date: Tue, 31 Mar 2020 19:56:53 +0200 Subject: [PATCH] Added comment to batches --- UD_any/batches.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/UD_any/batches.py b/UD_any/batches.py index d3ee994..f43d130 100644 --- a/UD_any/batches.py +++ b/UD_any/batches.py @@ -1,3 +1,5 @@ +# To untrack the file do : git update-index --skip-worktree batches.py + templatesExperiments = [ { 'mode' : 'txt', -- GitLab