summaryrefslogtreecommitdiff
path: root/bin/pfa-lintpkg
diff options
context:
space:
mode:
Diffstat (limited to 'bin/pfa-lintpkg')
-rwxr-xr-xbin/pfa-lintpkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pfa-lintpkg b/bin/pfa-lintpkg
index 2387a44..716cd88 100755
--- a/bin/pfa-lintpkg
+++ b/bin/pfa-lintpkg
@@ -65,7 +65,7 @@ try:
tree.mark4moving(packages)
files = tree.rpmfiles(debugfiles = debugfiles, sourcefiles = False)
-except (ftptree.SomeError, KeyboardInterrupt), e:
+except (ftptree.SomeError, KeyboardInterrupt) as e:
# In case of problems we need to unlock the tree before exiting
ftpio.unlock(treename)
sys.exit(1)