Skip to content

Commit 679e5d3

Browse files
committed
fix(bdv): Clarify boolean parameter for headless command execution
1 parent d19462d commit 679e5d3

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,
1673+
True, # From my understanding, this boolean indicates whether to run the command headless or not.
16741674
"xml_bigstitcher_file",
16751675
project_path,
16761676
"output_path_directory",

0 commit comments

Comments
 (0)