git://git.nikiroo.be
/
gamiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d5d894
)
fix dos
author
Niki Roo
<niki@nikiroo.be>
Sat, 27 Sep 2025 10:47:15 +0000
(12:47 +0200)
committer
Niki Roo
<niki@nikiroo.be>
Sat, 27 Sep 2025 10:47:15 +0000
(12:47 +0200)
gamiki/support/commands.py
patch
|
blob
|
blame
|
history
diff --git
a/gamiki/support/commands.py
b/gamiki/support/commands.py
index 262e6b7f8c24b87d10db22b93381278fa9adaec3..ff15e2404b99e8b471f3286d90434b59fe54f09d 100644
(file)
--- a/
gamiki/support/commands.py
+++ b/
gamiki/support/commands.py
@@
-47,7
+47,7
@@
def dosbox(dir: PurePath, link: PurePath, opt: str = None) -> int:
cmd.append(start.as_posix())
- return run(cmd, cwd=dir
, env=env
).returncode
+ return run(cmd, cwd=dir).returncode
def wine(dir: PurePath, link: PurePath, opt: str = None) -> int:
if (opt):