When calling TFSAPI.definitions() without parameter nameFilter, a UnboundLocalError is raised ("UnboundLocalError: local variable 'payload' referenced before assignment" in line 195 of connection.py) This pull request fixes this issue (and as a side effect also updates the docstring to match the parameter name).
When calling
TFSAPI.definitions()
without parameternameFilter
, aUnboundLocalError
is raised ("UnboundLocalError: local variable 'payload' referenced before assignment" in line 195 ofconnection.py
) This pull request fixes this issue (and as a side effect also updates the docstring to match the parameter name).