minor fix

This commit is contained in:
Alexey Avramov 2020-12-31 21:29:57 +09:00
parent 69224807da
commit fd5a48eb31

View File

@ -948,7 +948,7 @@ def get_victim_id(pid):
def pid_to_state(pid):
""" ПЕРЕПИСАТЬ НАХРЕН - С БИН ЧТЕНИЕМ И НУЛЕВЫМ БУФЕРОМ==
"""
"""
try:
with open('/proc/' + pid + '/stat', 'rb') as f: