fix: do not try to upload objects in case make_binary_objects fails

Fix #192
pull/196/head
Raphaël Vinot 2018-02-23 11:17:54 +01:00
parent 239f9c533a
commit 6a3b05fd25
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ if __name__ == '__main__':
fo, peo, seos = make_binary_objects(f)
except Exception as e:
traceback.print_exc()
continue
if seos:
for s in seos: