Skip to content

Commit b05b7df

Browse files
authored
Update util.py
1 parent a64f7e3 commit b05b7df

File tree

1 file changed

+2
-1
lines changed
  • src/segmentation_skeleton_metrics/utils

1 file changed

+2
-1
lines changed

src/segmentation_skeleton_metrics/utils/util.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ def list_gcs_filenames(bucket_name, prefix, extension):
206206
Returns
207207
-------
208208
List[str]
209-
Filenames stored at "cloud" path with the given extension.
209+
Filenames stored at the GCS path with the given extension.
210210
"""
211211
bucket = storage.Client().bucket(bucket_name)
212212
blobs = bucket.list_blobs(prefix=prefix)
@@ -501,3 +501,4 @@ def save_results(path, stats):
501501
sheet.write(i + 1, j + 1, round(stats[swc_id][metric], 4))
502502

503503
wb.save(path)
504+

0 commit comments

Comments
 (0)