mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-04 03:08:21 +08:00
Remove unused state variable. Pyflakes complained
Signed-off-by: Lubos Kocman <lkocman@redhat.com>
This commit is contained in:
committed by
Nils Philippsen
parent
c1eb85044a
commit
ed8b2ee97a
@@ -194,7 +194,6 @@ class Poller(threading.Thread):
|
||||
|
||||
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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user