#59 Remove unused state variable. Pyflakes complained
Merged 7 years ago by nphilipp. Opened 7 years ago by lkocman.
lkocman/fm-orchestrator pyflakes_main  into  master

file modified
-1
@@ -194,7 +194,6 @@ 

  

          if conf.system == "koji":

              koji_session, _ = rida.builder.KojiModuleBuilder.get_session_from_config(conf)

-             state = koji.BUILD_STATES['BUILDING'] # Check tasks that we track as BUILDING

              log.info("Querying tasks for statuses:")

              res = models.ComponentBuild.query.filter_by(state=koji.BUILD_STATES['BUILDING']).all()

  

As a modularity developer who uses pyflakes I want to remove that variable so pyflakes no longer annoys me on that given file.

Pull-Request has been merged by nphilipp

7 years ago