We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e7a272 commit 9cfb834Copy full SHA for 9cfb834
OMPython/OMCSession.py
@@ -61,7 +61,7 @@
61
logger = logging.getLogger(__name__)
62
63
64
-class DummyPopen():
+class DummyPopen:
65
def __init__(self, pid):
66
self.pid = pid
67
self.process = psutil.Process(pid)
0 commit comments