There was an error while loading. Please reload this page.
1 parent 37cff7a commit dae0014Copy full SHA for dae0014
1 file changed
osquery/TPipe.py
@@ -228,4 +228,4 @@ def close(self):
228
"""
229
if self._handle is not None:
230
win32pipe.DisconnectNamedPipe(self._handle)
231
- super(TPipeBase).close()
+ super(TPipe, self).close()
0 commit comments