From 0106086836d14996cb522d40383b152f3b7ba264 Mon Sep 17 00:00:00 2001 From: Lubos Kocman Date: Thu, 13 Oct 2016 15:08:49 +0200 Subject: [PATCH] separate inline comment by two spaces --- rida/scheduler/handlers/modules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rida/scheduler/handlers/modules.py b/rida/scheduler/handlers/modules.py index 4912e46f..f7917a22 100644 --- a/rida/scheduler/handlers/modules.py +++ b/rida/scheduler/handlers/modules.py @@ -129,7 +129,7 @@ def wait(config, session, msg): build.batch = 1 artifact_name = "module-build-macros" - state = koji.BUILD_STATES['BUILDING'] # Default state + state = koji.BUILD_STATES['BUILDING'] # Default state task_id = builder.build(artifact_name=artifact_name, source=srpm) # Fail task if we failed to submit it to koji