Skip to content
Snippets Groups Projects
Commit 0f0ddd52 authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

don't suppress error messages


Signed-off-by: default avatarKenneth Reitz <me@kennethreitz.org>
parent a334672a
No related branches found
No related tags found
No related merge requests found
...@@ -19,8 +19,5 @@ def main(): ...@@ -19,8 +19,5 @@ def main():
print('\n'.join(packages)) print('\n'.join(packages))
if __name__ == '__main__':
try:
main() main()
except Exception:
pass
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment