mirror of
https://github.com/fastogt/pyfastogt
synced 2025-03-09 23:38:55 +00:00
Sources UP
This commit is contained in:
parent
8f1a8737eb
commit
79f2ecb922
1 changed files with 2 additions and 2 deletions
|
@ -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("\\", "/")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue