Skip to content

Commit f0c9082

Browse files
committed
Just forced to string
1 parent 37f7740 commit f0c9082

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

the_well/data/datasets.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,8 @@ def __init__(
244244
self.normalization_path = normalization_path
245245
else:
246246
self.normalization_path = os.path.join(
247-
trunk_path, str(normalization_path).removeprefix(str(trunk_path)).lstrip("./")
247+
trunk_path,
248+
str(normalization_path).removeprefix(str(trunk_path)).lstrip("./"),
248249
)
249250

250251
self.fs, _ = fsspec.url_to_fs(self.data_path, **(storage_options or {}))

0 commit comments

Comments
 (0)