You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The file unittests.py has two minor Python syntax issues raised if we try to run it:
File "unittests.py", line 62
logger.info('PASS: GET of {0} successful (response below)\n {1}'.format(getting, r.text))
^
TabError: inconsistent use of tabs and spaces in indentation
The file unittests.py has two minor Python syntax issues raised if we try to run it:
File "unittests.py", line 62
logger.info('PASS: GET of {0} successful (response below)\n {1}'.format(getting, r.text))
^
TabError: inconsistent use of tabs and spaces in indentation
File "unittests.py", line 156
print'Testing interface at:', sys.argv[2]
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: