kootenpv / whereami

Uses WiFi signals :signal_strength: and machine learning to predict where you are
GNU Affero General Public License v3.0
5.1k stars 247 forks source link

Exit without raising KeyboardInterrupt exception #40

Closed fedekau closed 7 years ago

fedekau commented 7 years ago

Catch the KeyboardInterrupt and SystemExit exceptions to avoid nasty console output when killing the program with Ctrl-C. See #39

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.8%) to 87.442% when pulling 6990c08fc2331719bbf1820208eeeb7eec97df53 on fedekau:exit-with-ctrl-c into 8c365fef28601032ebd31ae12c34beca4af6ba2f on kootenpv:master.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.8%) to 87.442% when pulling 6990c08fc2331719bbf1820208eeeb7eec97df53 on fedekau:exit-with-ctrl-c into 8c365fef28601032ebd31ae12c34beca4af6ba2f on kootenpv:master.

kootenpv commented 7 years ago

Thanks!