mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-05-12 15:32:13 +02:00
typo
This commit is contained in:
parent
c0ae090be0
commit
674865120b
@ -71,7 +71,7 @@ def killProcess(name, fp):
|
|||||||
if p.returncode != 0 and bool(checkIfProcessRunning(name)):
|
if p.returncode != 0 and bool(checkIfProcessRunning(name)):
|
||||||
raise RuntimeException(f"Could not kill {name} with pid {pid}")
|
raise RuntimeException(f"Could not kill {name} with pid {pid}")
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
raise RuntimeException(f"Failed to kill process {name} pid:{pid}. Error: {str(e)}]") from e
|
raise RuntimeException(f"Failed to kill process {name} pid:{pid}. Error: {str(e)}") from e
|
||||||
#else:
|
#else:
|
||||||
# Log(LogLevel.INFO, 'process not running : ' + name)
|
# Log(LogLevel.INFO, 'process not running : ' + name)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user