We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5cdbe5 commit 7e4219eCopy full SHA for 7e4219e
tests/test_datasets/test_dataset_functions.py
@@ -1125,6 +1125,8 @@ def test_publish_fetch_ignore_attribute(self):
1125
except Exception as e:
1126
# returned code 273: Dataset not processed yet
1127
# returned code 362: No qualities found
1128
+ print("Trial {}/{}: ".format(trials + 1, timeout_limit))
1129
+ print("\tFailed to fetch dataset:{} with '{}'.".format(upload_did, str(e)))
1130
trials += 1
1131
continue
1132
if dataset is None:
0 commit comments