This message was deleted.
# automation-api
s
This message was deleted.
b
have you tried providing a full path instead of a relative path?
b
yes, I tried that, and it does not help
b
it looks like the way the python API was written the top-level provided
work_dir
is ignored for inline programs. Instead, try setting
work_dir
on
opts.work_dir
l
Looks like a bug. Can you try setting opts.work_dir
jinx
😅 1
b
this seem to be working better:
Copy code
stack = auto.create_or_select_stack(stack_name=stack_name, project_name=project_name, program=pulumi_program, opts=auto.LocalWorkspaceOptions(work_dir="myLOGS/"))