Skip to content

Commit efaca86

Browse files
committed
Minor aesthetic change to print message
1 parent 7e4219e commit efaca86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_datasets/test_dataset_functions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1111,7 +1111,7 @@ def test_publish_fetch_ignore_attribute(self):
11111111
# test if publish was successful
11121112
self.assertIsInstance(dataset.dataset_id, int)
11131113

1114-
trials = 0
1114+
trials = 1
11151115
timeout_limit = 1000
11161116
dataset = None
11171117
# fetching from server
@@ -1125,7 +1125,7 @@ def test_publish_fetch_ignore_attribute(self):
11251125
except Exception as e:
11261126
# returned code 273: Dataset not processed yet
11271127
# returned code 362: No qualities found
1128-
print("Trial {}/{}: ".format(trials + 1, timeout_limit))
1128+
print("Trial {}/{}: ".format(trials, timeout_limit))
11291129
print("\tFailed to fetch dataset:{} with '{}'.".format(upload_did, str(e)))
11301130
trials += 1
11311131
continue

0 commit comments

Comments
 (0)