We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f96872b commit 2caa79fCopy full SHA for 2caa79f
1 file changed
src/imcflibs/imagej/misc.py
@@ -825,6 +825,7 @@ def save_script_parameters(
825
timed_log("ScriptModule inspection failed - skipping saving of parameters.")
826
return
827
828
+ # TODO: discuss if the two parameters should better be merged into one?
829
destination = str(destination)
830
out_path = os.path.join(destination, save_file_name)
831
0 commit comments