Skip to content

Commit

Permalink
fixed typo in bond_analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikPoppleton committed Jul 31, 2024
1 parent 44446b0 commit 2583813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analysis/src/oxDNA_analysis_tools/bond_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def main():
designfile = args.designed_pairs
if args.outfile:
outfile = args.outfile
outfile = outfile.removesuffix(".json", "")+".json"
outfile = outfile.removesuffix(".json")+".json"
else:
outfile = 'bonds.json'
log("No oxView name provided, defaulting to \"{}\"".format(outfile))
Expand Down

0 comments on commit 2583813

Please sign in to comment.