Skip to content

Commit 8af9228

Browse files
committed
Remove chdir in _parse_compose_file
Signed-off-by: Christian Funkhouser <[email protected]>
1 parent 51d180d commit 8af9228

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

podman_compose.py

-3
Original file line numberDiff line numberDiff line change
@@ -1925,9 +1925,6 @@ def _parse_compose_file(self):
19251925
dotenv_path = os.path.realpath(args.env_file)
19261926
dotenv_dict.update(dotenv_to_dict(dotenv_path))
19271927

1928-
# TODO: remove next line
1929-
os.chdir(dirname)
1930-
19311928
os.environ.update({
19321929
key: value for key, value in dotenv_dict.items() if key.startswith("PODMAN_")
19331930
})

0 commit comments

Comments
 (0)