Skip to content

Commit

Permalink
[Tests] Don't cover windows code
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Jan 9, 2024
1 parent 9c574ef commit 957968f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kibot/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ def debug_arguments(args):
logger.debug('Command line parsed:\n'+str(args))


def detect_windows():
def detect_windows(): # pragma: no cover (Windows)
if platform.system() != 'Windows':
return
# Note: We assume this is the Python from KiCad, but we should check it ...
Expand Down

0 comments on commit 957968f

Please sign in to comment.