Skip to content

Commit

Permalink
indentation fix in output metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
nsryan2 committed Feb 22, 2024
1 parent f8eb7dc commit 4d09703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/output_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -563,4 +563,4 @@ def run_cyclus(output_sqlite, input_xml):
'''
if not os.path.exists(output_sqlite):
os.system('cyclus -i ' + input_xml + ' -o ' + output_sqlite +
' --warn-limit 2')
' --warn-limit 2')

0 comments on commit 4d09703

Please sign in to comment.