Skip to content

Commit 8a2c295

Browse files
committed
Move space position to conditional to avoid duplication
1 parent 22353f4 commit 8a2c295

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/imcflibs/imagej/bdv.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@ def define_dataset_auto(
868868
if timepoints_per_partition > 0:
869869
split_timepoints = "split_hdf5 timepoints_per_partition=" + str(
870870
timepoints_per_partition
871-
)
871+
) + " "
872872
else:
873873
split_timepoints = ""
874874

@@ -909,7 +909,6 @@ def define_dataset_auto(
909909
+ subsampling_factors
910910
+ hdf5_chunk_sizes
911911
+ split_timepoints
912-
+ " "
913912
+ "setups_per_partition=0 "
914913
+ "use_deflate_compression "
915914
)

0 commit comments

Comments
 (0)