Skip to content

Commit 24a8351

Browse files
Correct to backslash
1 parent 8b208cb commit 24a8351

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/interactive-imagej/save-script-parameters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717

1818
log.warning("Starting...")
1919
misc.save_script_parameters(script_globals=globals(), destination=outputPath)
20-
log.warning("Saved parameters to: %s/script_parameters.txt", outputPath)
20+
log.warning("Saved parameters to: %s\script_parameters.txt", outputPath)

0 commit comments

Comments
 (0)