Review existing comments and add new ones
Also clarified a statement
This commit is contained in:
@@ -87,6 +87,7 @@ class PopenTask(task.Task):
|
||||
return
|
||||
|
||||
self._done()
|
||||
# FIXME: catching too general exception (Exception)
|
||||
except Exception as e:
|
||||
logger.debug('exception during _read(): %s', e)
|
||||
self.setException(e)
|
||||
|
||||
Reference in New Issue
Block a user