Commit cceb4c24 authored by Petr Pacner's avatar Petr Pacner

test of hello logging in the shell module

parent 148f0b98
......@@ -99,6 +99,7 @@ def check_windows_tools():
def check_windows_commands():
"""Check if we are using windows commands (del/type) and not a unix shell.
False on cygwin"""
logging.debug("hello")
if commands_os == 'auto':
return platform.system() == 'Windows'
else:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment