mirror of
https://gitlab.os-k.eu/neox/CNIRevelator.git
synced 2023-08-25 14:03:10 +02:00
Delete test.py
This commit is contained in:
parent
722354d6e4
commit
baa76b86a4
15
src/test.py
15
src/test.py
@ -1,15 +0,0 @@
|
|||||||
import globs
|
|
||||||
import psutil
|
|
||||||
import os
|
|
||||||
|
|
||||||
for process in psutil.process_iter():
|
|
||||||
if process.name() == 'CNIRevelator.exe':
|
|
||||||
print('Process found. Command line: {}'.format(process.cmdline()))
|
|
||||||
if True:
|
|
||||||
print(process.pid)
|
|
||||||
|
|
||||||
continue
|
|
||||||
else:
|
|
||||||
print('Terminating process !')
|
|
||||||
#process.terminate()
|
|
||||||
break
|
|
Loading…
Reference in New Issue
Block a user