Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
golanha committed Aug 25, 2020
1 parent 22cb70e commit 3e232c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hkube_python_wrapper/communication/DataRequest.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def invoke(self):
response = adapter.invokeAdapter()
return (len(response), self.encoding.decode(response))
except Exception as e:
return 0,self._createError('unknown', str(e))
return 0, self._createError('unknown', str(e))
finally:
adapter.close()

Expand Down

0 comments on commit 3e232c7

Please sign in to comment.