Skip to content

Commit 35c4ff1

Browse files
authored
Update swc_util.py
1 parent 6e9d1c3 commit 35c4ff1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/segmentation_skeleton_metrics/utils/swc_util.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,6 @@ def read_from_gcs_swcs(self, bucket_name, swc_paths):
326326
threads.append(
327327
executor.submit(self.read_from_gcs_swc, bucket_name, path)
328328
)
329-
break
330329

331330
# Store results
332331
swc_dicts = deque()

0 commit comments

Comments
 (0)