Skip to content

Commit

Permalink
Deepsource fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen authored Dec 8, 2023
1 parent ac62153 commit cf81470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quacc/schemas/vasp.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def vasp_summarize_run(
if run_bader:
try:
bader_results = _bader_runner(dir_path, structure=struct)
except Exception as err:
except Exception:
bader_results = None
logging.warning(f"Bader analysis could not be performed.", exc_info=True)

Expand Down

0 comments on commit cf81470

Please sign in to comment.