Skip to content

Commit 24126c7

Browse files
authored
Shorten comment on headless command execution
1 parent 679e5d3 commit 24126c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/imcflibs/imagej/bdv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1670,7 +1670,7 @@ def fuse_dataset_bdvp(
16701670

16711671
command.run(
16721672
FuseBigStitcherDatasetIntoOMETiffCommand,
1673-
True, # From my understanding, this boolean indicates whether to run the command headless or not.
1673+
True, # seems to indicate whether to run the command headless or not
16741674
"xml_bigstitcher_file",
16751675
project_path,
16761676
"output_path_directory",

0 commit comments

Comments
 (0)