Minor tweaks about code quality.

This commit is contained in:
Romain Dorgueil
2018-07-16 10:00:28 +02:00
parent d9f2fd3009
commit 6a1203602f
9 changed files with 9 additions and 15 deletions

View File

@ -51,7 +51,7 @@ if __name__ == '__main__':
s3.head_object(
Bucket='bonobo-examples', Key=s3_path
)
except:
except Exception:
s3.upload_file(
local_path,
'bonobo-examples',