remove sudo

This commit is contained in:
54liuyao 2024-10-30 16:29:42 +08:00
parent 36a6d84016
commit cd0a23c983
1 changed files with 1 additions and 1 deletions

View File

@ -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):
"""