Ho to get rid of yellow warnings in Zenno?

Aronax

Client
Регистрация
29.01.2015
Сообщения
201
Благодарностей
59
Баллы
28
At a certain step, my template needs to count some elements on a webpage. In order to do this, my template will do the following steps:

1. Copy .txt file which is linked to the List in my template, from location A to location B (you'll see at step 4 why I did this).
2. Take DOM, parse results using regex, put them into List
3. Count lines in List
4. Delete lines in List (when deleting lines in List, Zeno deletes the .txt file, too; so, in order to avoid creating the file every time I run this template, I saved it in location A. That's why, the first step in this loop is to copy the file from A to B; the List has the path to the .txt file in location B...now I realize that I could had Zenno creating the .txt file and skip the copy part :D).

Each time zenno does this set of actions actions I get the yellow warnings (screen-shot attached). The template works fine...it is not influenced by these errors.

So, how to get rid of them?
 

Вложения

  • 170,5 КБ Просмотры: 291

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 707
Баллы
113
Do not mix table/list processing actions with file actions when you work with the same file.
 

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)