summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: