Skip to content

Commit

Permalink
fix space typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shaon committed Nov 17, 2015
1 parent 40d2d82 commit b373692
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testcases/cloud_user/images/load_hvm_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@
testcase.debug("Retrying to resolve " + str(testcase.args.url) + " and got: " + str(e.reason))
elif hasattr(e, 'code'):
testcase.debug("Retrying to resolve " + str(testcase.args.url) + " and got: " + str(e.code))
time.sleep(retry_delay)
continue
time.sleep(retry_delay)
continue
else:
if hasattr(e, 'reason'):
raise AssertionError("INVALID URL: " + str(testcase.args.url) + " " + str(e.reason))
Expand Down

0 comments on commit b373692

Please sign in to comment.