I don't see how cwd could be different here.
This commit is contained in:
parent
c1bab69f38
commit
d04fbfc9bf
@ -52,7 +52,6 @@ def restart_with_reloader():
|
||||
"""
|
||||
return subprocess.Popen(
|
||||
_get_args_for_reloading(),
|
||||
cwd=os.getcwd(),
|
||||
env={**os.environ, "SANIC_SERVER_RUNNING": "true"},
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user