remove sudo
This commit is contained in:
parent
36a6d84016
commit
cd0a23c983
|
@ -840,7 +840,7 @@ class TDCom:
|
|||
if (platform.system().lower() == 'windows'):
|
||||
os.system("TASKKILL /F /IM %s.exe"%processorName)
|
||||
else:
|
||||
os.system("unset LD_PRELOAD; sudo pkill %s " % processorName)
|
||||
os.system("unset LD_PRELOAD; pkill %s " % processorName)
|
||||
|
||||
def gen_tag_col_str(self, gen_type, data_type, count):
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue