another tab problem

This commit is contained in:
Schrolli 2015-05-08 08:14:10 +02:00
parent cc45d539a6
commit 652477df36

View file

@ -445,13 +445,13 @@ except KeyboardInterrupt:
except:
log("unknown Error","error")
finally:
try:
rtl_fm.terminate()
log("rtl_fm terminated")
multimon_ng.terminate()
log("multimon-ng terminated")
log("exiting BOSWatch")
except:
log("failed in clean-up routine","error")
finally:
exit(0)
try:
rtl_fm.terminate()
log("rtl_fm terminated")
multimon_ng.terminate()
log("multimon-ng terminated")
log("exiting BOSWatch")
except:
log("failed in clean-up routine","error")
finally:
exit(0)