mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-25 02:17:03 +00:00
oops
This commit is contained in:
parent
9536a475ff
commit
ca0b42c3bd
1 changed files with 1 additions and 1 deletions
|
|
@ -1225,7 +1225,7 @@ class Boss:
|
|||
if env:
|
||||
env_ = default_env().copy()
|
||||
env_.update(env)
|
||||
env = env
|
||||
env = env_
|
||||
if cwd_from:
|
||||
with suppress(Exception):
|
||||
cwd = cwd_of_process(cwd_from)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue