Skip to content

Commit

Permalink
cd into the tool directory in case tools makes calls relative to itself
Browse files Browse the repository at this point in the history
  • Loading branch information
ricffb committed Dec 4, 2024
1 parent 6252252 commit 58dc945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/vcloud/podman_containerized_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def _init_container(
"Failed to join namespace %s: %s", namespace, os.strerror(e.errno)
)

os.chdir("/mnt")
os.chdir(TOOL_DIRECTORY_MOUNT_POINT)
return container_id

except OSError as e:
Expand Down

0 comments on commit 58dc945

Please sign in to comment.