Skip to content

Commit

Permalink
More useful this way.
Browse files Browse the repository at this point in the history
Signed-off-by: Kwpolska <[email protected]>
  • Loading branch information
Kwpolska committed Mar 24, 2013
1 parent 536e244 commit 21450c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgbuilder/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def main(source='AUTO', quit=True):
DS.fancy_error(_('PKGBUILDer (or the requests library) had '
'problems with fulfilling an HTTP request.'))
exit(1)
except pkgbuilder.exceptions.PBException as e:
except Exception as e:
DS.fancy_error(str(e))
exit(1)

Expand Down

0 comments on commit 21450c3

Please sign in to comment.