Ошибка удаления файла при наложении шаблона append=repalce format=raw #34

Closed
opened 2020-11-19 14:28:50 +03:00 by icerider · 1 comment

Шаблон

{% calculate format='raw', append='replace', comment='#' %}
set -g default-terminal "screen-256color" 
set -g history-limit 10000

Файл который должен заместиться отсутствует, при запуске ошибка

Template execution error: failed to remove the file: /etc/tmux.conf,reason: target file does not exist Template: /var/calculate/templates4/merge/app-misc/tmux/tmux.conf
Шаблон ``` {% calculate format='raw', append='replace', comment='#' %} set -g default-terminal "screen-256color" set -g history-limit 10000 ``` Файл который должен заместиться отсутствует, при запуске ошибка ``` Template execution error: failed to remove the file: /etc/tmux.conf,reason: target file does not exist Template: /var/calculate/templates4/merge/app-misc/tmux/tmux.conf ```
Author

Файл создаваемый этим шаблоном - /etc/tmux.conf

Запись в CONTENTS о файле может присутствовать может нет.

Файл создаваемый этим шаблоном - `/etc/tmux.conf` Запись в CONTENTS о файле может присутствовать может нет.
icerider added the
high
label 2020-11-19 17:27:33 +03:00
derzeitgeist referenced this issue from a commit 2020-11-20 14:17:12 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: calculate/calculate-utils-4-lib#34
No description provided.