mptools icon indicating copy to clipboard operation
mptools copied to clipboard

fix for crash on Windows

Open mamert opened this issue 4 years ago • 1 comments

SIGINT is n/a on Windows, with no easy replacement, hence the added condition

mamert avatar Dec 30 '20 09:12 mamert

Codecov Report

Merging #202 (a998ae5) into master (0da95d1) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #202   +/-   ##
=======================================
  Coverage   98.79%   98.80%           
=======================================
  Files           1        1           
  Lines         249      250    +1     
=======================================
+ Hits          246      247    +1     
  Misses          3        3           
Impacted Files Coverage Δ
mptools/_mptools.py 98.80% <100.00%> (+<0.01%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0da95d1...a998ae5. Read the comment docs.

codecov[bot] avatar Dec 30 '20 09:12 codecov[bot]