We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0401201 commit 8b208cbCopy full SHA for 8b208cb
1 file changed
src/imcflibs/imagej/misc.py
@@ -829,7 +829,9 @@ def save_script_parameters(
829
timed_log("ScriptModule inspection failed - skipping saving of parameters.")
830
return
831
832
- # TODO: discuss if the two parameters should better be merged into one?
+ # NOTE: the two parameters are intentionally kept separate for (1) consistency
833
+ # reasons with other scripts and (b) as this allows for easier modification of just
834
+ # the output file e.g. in subsequent runs.
835
destination = str(destination)
836
out_path = os.path.join(destination, save_file_name)
837
0 commit comments