Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
langmm committed Jul 9, 2024
1 parent 3413f55 commit 922958c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yggdrasil/drivers/MakeModelDriver.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,6 @@ def fix_path(cls, path, for_env=False, is_gnu=False, **kwargs):
if ' ' in out:
out = f'"{out}"'
if is_gnu:
out.replace(' ', r'\\ ')
out = out.replace(' ', r'\\ ')
# assert ' ' not in out
return out

0 comments on commit 922958c

Please sign in to comment.