Skip to content

Commit

Permalink
Remove duplicate structure path in summary
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliottKasoar committed Apr 8, 2024
1 parent 8276b77 commit 25950de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions janus_core/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ def singlepoint(

# Store only filename as filemode is not set by user
del inputs["log_kwargs"]
del inputs["struct_path"]
inputs["log"] = log

if isinstance(s_point.struct, Atoms):
Expand Down

0 comments on commit 25950de

Please sign in to comment.