File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ("\t Failed to fetch dataset:{} with '{}'." .format (upload_did , str (e )))
11301130 trials += 1
11311131 continue
You can’t perform that action at this time.
0 commit comments