#1194 Fix syntax error when checking if --offline is specified in CLI
Merged 5 years ago by jkaluza. Opened 5 years ago by cqi.
cqi/fm-orchestrator fix-syntax-err  into  master

@@ -67,7 +67,7 @@ 

      # Load LocalBuildConfiguration section in case we are building modules

      # locally.

      if "build_module_locally" in sys.argv:

-         if "--offline"in sys.argv:

+         if "--offline" in sys.argv:

              config_section = "OfflineLocalBuildConfiguration"

          else:

              config_section = "LocalBuildConfiguration"

Signed-off-by: Chenxiong Qi cqi@redhat.com

Uh, not sure how this happened really, because I think i was testing this.

Pull-Request has been merged by jkaluza

5 years ago