-
Hi, i really like what i could archive in short time with Copier. But I'm stuck with one thing. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 11 replies
-
I assume by "dest path" you mean the |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
I assume by "dest path" you mean the
_copier_conf.dst_path
variable in the render context. Correct? If so, would{{ _copier_conf.dst_path | realpath }}
solve your problem?