Skip to content

Commit

Permalink
another minor print as posix fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mivanit committed Aug 22, 2024
1 parent face856 commit 49e110f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion muutils/nbutils/run_notebook_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def run_notebook_tests(
print(f" ✅ Run completed with return code {process.returncode}")
else:
print(
f" ❌ Run failed with return code {process.returncode}!!! Check {output_file}"
f" ❌ Run failed with return code {process.returncode}!!! Check {output_file.as_posix()}"
)

# print the output of the file to the console if it failed
Expand Down

0 comments on commit 49e110f

Please sign in to comment.