This commit is contained in:
Radovan Garabík 2021-07-06 12:47:14 +02:00
parent 4ea874b224
commit 9dd0d18f62
1 changed files with 0 additions and 1 deletions

1
grc
View File

@ -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