[Tests] Don't cover windows code

This commit is contained in:
Salvador E. Tropea 2024-01-09 09:13:47 -03:00
parent 9c574efd14
commit 957968fe58
1 changed files with 1 additions and 1 deletions

View File

@ -381,7 +381,7 @@ def debug_arguments(args):
logger.debug('Command line parsed:\n'+str(args)) logger.debug('Command line parsed:\n'+str(args))
def detect_windows(): def detect_windows(): # pragma: no cover (Windows)
if platform.system() != 'Windows': if platform.system() != 'Windows':
return return
# Note: We assume this is the Python from KiCad, but we should check it ... # Note: We assume this is the Python from KiCad, but we should check it ...