We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e62574d commit 09c4266Copy full SHA for 09c4266
src/lightning/data/processing/utilities.py
@@ -73,10 +73,6 @@ def _create_dataset(
73
project_id=project_id
74
)
75
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
80
if 'already exists' in str(ex.body):
81
pass
82
else:
0 commit comments