Skip to content

Commit 09c4266

Browse files
committed
update
1 parent e62574d commit 09c4266

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/lightning/data/processing/utilities.py

-4
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,6 @@ def _create_dataset(
7373
project_id=project_id
7474
)
7575
except ApiException as ex:
76-
# Note: This function can be called in a distributed way.
77-
# There is a race condition where one machine might create the entry before another machine
78-
# and this request would fail with duplicated key
79-
# In this case, it is fine not to raise
8076
if 'already exists' in str(ex.body):
8177
pass
8278
else:

0 commit comments

Comments
 (0)