Skip to content

Commit

Permalink
Formated code
Browse files Browse the repository at this point in the history
  • Loading branch information
andreped authored Oct 4, 2023
1 parent 87f4ea6 commit 98ea712
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demo/src/inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ def run_model(
shutil.rmtree(output_path)
except Exception as e:
print(traceback.format_exc())
print(e)
# Clean-up
if os.path.exists(patient_directory):
shutil.rmtree(patient_directory)
Expand Down

0 comments on commit 98ea712

Please sign in to comment.