Skip to content

Commit

Permalink
Update openfecli/commands/gather.py
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Horton <[email protected]>
  • Loading branch information
atravitz and jthorton authored Feb 10, 2025
1 parent 44e5d1c commit 33498c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openfecli/commands/gather.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def load_and_check_result(fpath:os.PathLike|str)->dict:
click.echo(f"{fpath}: Exception found in 'unit_results', assuming to be a failed simulation.", err=True)

if result['estimate'] is None:
click.echo(f"No{fpath}: No 'estimate' found, assuming to be a failed simulation", err=True)
click.echo(f"{fpath}: No 'estimate' found, assuming to be a failed simulation", err=True)

if result['uncertainty'] is None:
click.echo(f"{fpath}: No 'uncertainty' found, assuming to be a failed simulation", err=True)
Expand Down

0 comments on commit 33498c0

Please sign in to comment.