summaryrefslogtreecommitdiffstats
path: root/src/fedpkg.py
diff options
context:
space:
mode:
authorJesse Keating <jkeating@redhat.com>2011-02-09 15:46:08 -0700
committerJesse Keating <jkeating@redhat.com>2011-02-09 15:46:08 -0700
commita23a873300800be2fc9fd462c6f7dcc689a51d74 (patch)
tree629c7a710ad3fb96691d6510cf957b4532f5702c /src/fedpkg.py
parente6c29458b5a1720f58cf1eb89a325dfa398e0d76 (diff)
downloadfedora-packager-a23a873300800be2fc9fd462c6f7dcc689a51d74.tar.gz
fedora-packager-a23a873300800be2fc9fd462c6f7dcc689a51d74.tar.xz
fedora-packager-a23a873300800be2fc9fd462c6f7dcc689a51d74.zip
Remove wrong comment.
Diffstat (limited to 'src/fedpkg.py')
-rwxr-xr-xsrc/fedpkg.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/fedpkg.py b/src/fedpkg.py
index 56f3be2..816a0a6 100755
--- a/src/fedpkg.py
+++ b/src/fedpkg.py
@@ -406,8 +406,6 @@ def getuser(user=None):
if user:
return user
else:
- # Doing a try doesn't really work since the fedora_cert library just
- # exits on error, but if that gets fixed this will work better.
try:
return fedora_cert.read_user_cert()
except: