Skip to content

Commit cdda918

Browse files
Run black formatter
1 parent c7c0d3e commit cdda918

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

src/imcflibs/imagej/misc.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ def run_imarisconvert(file_path):
702702
IJ.log("Conversion to .ims is finished.")
703703
else:
704704
IJ.log("Conversion failed with error code: %d" % result)
705-
705+
706706

707707
def save_script_parameters(destination, save_file_name="script_parameters.txt"):
708708
"""Save all Fiji script parameters to a text file.
@@ -713,9 +713,9 @@ def save_script_parameters(destination, save_file_name="script_parameters.txt"):
713713
Directory where the script parameters file will be saved.
714714
save_file_name : str, optional
715715
Name of the script parameters file, by default "script_parameters.txt".
716-
716+
717717
Notes
718-
----------
718+
-----
719719
This function records all input parameters defined in the Fiji script header
720720
(e.g. #@ String) to a text file.
721721
@@ -758,6 +758,3 @@ def save_script_parameters(destination, save_file_name="script_parameters.txt"):
758758
f.write("%s: %s\n" % (key, str(val)))
759759

760760
print("Saved script parameters to: %s" % out_path)
761-
762-
763-

0 commit comments

Comments
 (0)