From 49e110fd85da73de6960fb3e3aa4f44ddaae14c6 Mon Sep 17 00:00:00 2001 From: mivanit Date: Thu, 22 Aug 2024 01:10:02 -0600 Subject: [PATCH] another minor print as posix fix --- muutils/nbutils/run_notebook_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/muutils/nbutils/run_notebook_tests.py b/muutils/nbutils/run_notebook_tests.py index af6322a5..eafbb246 100644 --- a/muutils/nbutils/run_notebook_tests.py +++ b/muutils/nbutils/run_notebook_tests.py @@ -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