mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 15:00:19 +00:00
don't suppress error messages
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
Vendored
+1
-4
@@ -19,8 +19,5 @@ def main():
|
||||
|
||||
print('\n'.join(packages))
|
||||
|
||||
|
||||
try:
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user