1
0
Fork 0
mirror of https://github.com/fastogt/pyfastogt synced 2025-03-09 23:38:55 +00:00

Sources UP

This commit is contained in:
topilski 2017-05-01 22:08:29 +03:00
parent 8f1a8737eb
commit 79f2ecb922

View file

@ -280,6 +280,6 @@ def get_supported_build_system_by_name(name) -> BuildSystem:
def stable_path(path) -> str:
if get_os() == 'windows':
return '/' + path.replace("\\", "/").replace(":", '')
return path.replace("\\", "/")
return path.replace("\\", "/").replace(":", '')
return path.replace("\\", "/")