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 7e4219e commit efaca86Copy full SHA for efaca86
1 file changed
tests/test_datasets/test_dataset_functions.py
@@ -1111,7 +1111,7 @@ def test_publish_fetch_ignore_attribute(self):
1111
# test if publish was successful
1112
self.assertIsInstance(dataset.dataset_id, int)
1113
1114
- trials = 0
+ trials = 1
1115
timeout_limit = 1000
1116
dataset = None
1117
# fetching from server
@@ -1125,7 +1125,7 @@ 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))
+ print("Trial {}/{}: ".format(trials, timeout_limit))
1129
print("\tFailed to fetch dataset:{} with '{}'.".format(upload_did, str(e)))
1130
trials += 1
1131
continue
0 commit comments