diff options
Diffstat (limited to 'python/collaboration/examples/upload_everything.py')
| -rw-r--r-- | python/collaboration/examples/upload_everything.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/collaboration/examples/upload_everything.py b/python/collaboration/examples/upload_everything.py index b6d638e7..83ab2a3d 100644 --- a/python/collaboration/examples/upload_everything.py +++ b/python/collaboration/examples/upload_everything.py @@ -107,7 +107,7 @@ def main(): with TqdmProgress(desc="", leave=False) as t: with binaryninja.load(file, update_analysis=False, progress_func=lambda cur, max: t.progress(cur, max)) as bv: project.upload_new_file(bv.file, folder, progress=lambda cur, max: t.progress(cur, max)) - except: + except Exception: tqdm.write(traceback.format_exc()) |
