Changeset: 2f5e7ddcbeb6 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/2f5e7ddcbeb6
Modified Files:
testing/process.py
Branch: Aug2024
Log Message:
Copy-paste error.
diffs (12 lines):
diff --git a/testing/process.py b/testing/process.py
--- a/testing/process.py
+++ b/testing/process.py
@@ -267,7 +267,7 @@ class Popen(subprocess.Popen):
self.terminate()
try:
self.wait(timeout=10)
- except process.TimeoutExpired:
+ except TimeoutExpired:
self.kill()
self.wait()
self._clean_dotmonetdbfile()
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]