From 8cd2a3c03ce819af705021335519f7ffcfd44b2b Mon Sep 17 00:00:00 2001 From: Tim Schubert Date: Thu, 18 Oct 2018 22:48:35 +0200 Subject: [PATCH] Fixup: tab vs spaces --- src/abgabesystem/projects.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/abgabesystem/projects.py b/src/abgabesystem/projects.py index a2da564..2bbed26 100644 --- a/src/abgabesystem/projects.py +++ b/src/abgabesystem/projects.py @@ -144,7 +144,7 @@ def setup_projects(gl, course, deploy_key): solutions = gl.groups.get(group.id) if solutions is None: - solutions = create_solutions_group(gl, course) + solutions = create_solutions_group(gl, course) reference_project = None reference_projects = solutions.projects.list(search='solutions')