Skip to content

Commit

Permalink
diagnostics: True suggestion in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner-andrulis committed May 28, 2024
1 parent 59ec1f8 commit 369cf84
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion timeloopfe/common/backend_calls.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,9 @@ def _parse_output(
f"Timeloop {m} failed with return code {result}. Please check the output files "
f"in {output_dir} for more information. To debug, you can edit the file "
f"{os.path.join(output_dir, 'parsed-processed-input.yaml')} and run "
f"tl {m} {os.path.join(output_dir, 'parsed-processed-input.yaml')} to see the error."
f"tl {m} {os.path.join(output_dir, 'parsed-processed-input.yaml')} to see the error. "
f"If you're running the mapper and Timeloop can't find a vaild mapping, try setting "
f"'diagnostics: true' in the mapper input specification."
)

if result != 0:
Expand Down

0 comments on commit 369cf84

Please sign in to comment.