From a23a873300800be2fc9fd462c6f7dcc689a51d74 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Wed, 9 Feb 2011 15:46:08 -0700 Subject: Remove wrong comment. --- src/fedpkg.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/fedpkg.py') 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: -- cgit