Rename Windows argument correctly
This commit is contained in:
parent
0d6ff46238
commit
fa4c59a662
1 changed files with 1 additions and 1 deletions
|
|
@ -815,7 +815,7 @@ def start_evennia(pprofiler=False, sprofiler=False):
|
||||||
# Windows requires special care
|
# Windows requires special care
|
||||||
create_no_window = 0x08000000
|
create_no_window = 0x08000000
|
||||||
Popen(portal_cmd, env=getenv(), bufsize=-1,
|
Popen(portal_cmd, env=getenv(), bufsize=-1,
|
||||||
createflags=create_no_window)
|
creationflags=create_no_window)
|
||||||
else:
|
else:
|
||||||
Popen(portal_cmd, env=getenv(), bufsize=-1)
|
Popen(portal_cmd, env=getenv(), bufsize=-1)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue