Skip to content

Commit 861e84c

Browse files
committed
Merge branch 'update_DummyPopen' into merge
2 parents 8a5b786 + 992c00d commit 861e84c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OMPython/OMCSession.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
logger = logging.getLogger(__name__)
6262

6363

64-
class DummyPopen():
64+
class DummyPopen:
6565
def __init__(self, pid):
6666
self.pid = pid
6767
self.process = psutil.Process(pid)

0 commit comments

Comments
 (0)