sonic-restapi icon indicating copy to clipboard operation
sonic-restapi copied to clipboard

Fix for TabError

Open sfuhrm opened this issue 1 year ago • 0 comments

Some Python lines were wrongly indented with tabs, failing with Python 3.9.2:

$ python apitest.py
  File "/home/stephan/git/github/sonic-restapi/test/apitest.py", line 903
    routes.append({'cmd':'add',
TabError: inconsistent use of tabs and spaces in indentation

sfuhrm avatar Jul 21 '22 09:07 sfuhrm