Skip to content

Commit 8b208cb

Browse files
committed
Explain separate parameters
1 parent 0401201 commit 8b208cb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/imcflibs/imagej/misc.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,9 @@ def save_script_parameters(
829829
timed_log("ScriptModule inspection failed - skipping saving of parameters.")
830830
return
831831

832-
# TODO: discuss if the two parameters should better be merged into one?
832+
# 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.
833835
destination = str(destination)
834836
out_path = os.path.join(destination, save_file_name)
835837

0 commit comments

Comments
 (0)