|
Hi, i really like what i could archive in short time with Copier. But I'm stuck with one thing. |
Answered by
sisp
Apr 30, 2025
Replies: 2 comments 11 replies
|
I assume by "dest path" you mean the |
8 replies
Answer selected by
MrTango
|
I was trying to use this path also in a task _copier_operation == 'update, but this is run twice and the second time the dest_path is again the tmp folder. So for now this is unusable for tasks in update mode. |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I assume by "dest path" you mean the
_copier_conf.dst_pathvariable in the render context. Correct? If so, would{{ _copier_conf.dst_path | realpath }}solve your problem?