1
0
mirror of https://github.com/gsi-upm/senpy synced 2025-09-18 04:22:21 +00:00

Run pip with Popen

Closes #22
This commit is contained in:
J. Fernando Sánchez
2017-03-30 17:38:17 +02:00
parent 0c8f98d466
commit 7e5b55ff9c
3 changed files with 32 additions and 3 deletions

View File

@@ -357,5 +357,8 @@ class Error(SenpyMixin, Exception):
def __delattr__(self, key):
delattr(self._error, key)
def __str__(self):
return str(self.to_JSON(with_context=False))
register(Error, 'error')