Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hakavlad committed Dec 31, 2020
1 parent 6922480 commit fd5a48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nohang
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,7 @@ def get_victim_id(pid):


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

0 comments on commit fd5a48e

Please sign in to comment.