generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Expected Behaviour
- If a relative path is a default parameter to a job template, it should treat the path as relative to the location of the job template.
- If a relative path is provided as a job parameter (e.g.
-p InputSceneFile=../path/to/car_render.blend, it should treat the path as relative to the current CWD.
Current Behaviour
The relative path is untouched in how the job is run, so it shows up as a relative path in the template substitution. That means that in both the case of a job template parameter default, and a job parameter provided externally, the path is treated as relative to whatever the CWD happens to be when the path is used inside the job template script.
Reproduction Steps
No response
Code Snippet
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request