Skip to content

No _data in response in some cases #139

Closed
@denis-ignatenko

Description

@denis-ignatenko

When calling Connection authenticate there is not data in response. In interactive console exception raised
`--> 236 for tpl in self._data:
237 output.extend(("- ", repr(tpl), "\n"))
238 if len(output) > 0:

TypeError: 'NoneType' object is not iterable`

for tpl in self._data:

Possible fix:
for i in r._data or ()

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions