Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
garabik committed Jul 6, 2021
1 parent 4ea874b commit 9dd0d18
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion grc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ Options:
def catch_signal(signum, frame):
"catch signal sent to grc and forward it to the original application"
global pidp
# print('signal')
try:
os.kill(pidp, signum)
except OSError: # if the subprocess already died
Expand Down

0 comments on commit 9dd0d18

Please sign in to comment.