summaryrefslogtreecommitdiffstats
path: root/src/fedpkg.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/fedpkg.py')
-rwxr-xr-xsrc/fedpkg.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fedpkg.py b/src/fedpkg.py
index 11670aa..dbae1a8 100755
--- a/src/fedpkg.py
+++ b/src/fedpkg.py
@@ -338,6 +338,7 @@ def build(args):
return
# pass info off to our koji task watcher
try:
+ mymodule.kojisession.logout()
return _watch_koji_tasks(mymodule.kojisession, [task_id], quiet=args.q)
except koji.AuthError, e:
# We could get an auth error if credentials have expired