From d0f2c75e43fbf306763fde57abfa3b2a4be0a9bc Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Fri, 22 Nov 2019 15:03:21 +0100 Subject: [PATCH] Reworked bash script to Python script --- constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.py b/constants.py index f91fa0c..d05ac3d 100644 --- a/constants.py +++ b/constants.py @@ -8,5 +8,5 @@ DRY_RUN = False PROJECT = "xfocko%2Fib111-reviews" HOMEWORK = "hwX" SUFFIX = ("", "-opravne")[0] -] +SUBMISSIONS = [] TOKEN = os.getenv("GITLAB_FI_TOKEN")