Commit 0b969fd
Fix response obj string repr in case of no data
For example an Connection::authenticate() response does no contain a
data. This leads to an exception when working with the connection from
interactive python console.
Fixes #139.1 parent 4dfe5f9 commit 0b969fd
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
241 | | - | |
| 241 | + | |
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
| |||
0 commit comments