Pybot 抱怨未定义的替换(在 .rst 文件中)

Pybot complains about undefined substitutions (in .rst file)

我在机器人框架的输入 *.rst 文件中有一些这种格式的文本。

Education|Education;Business;|G36|match=2; wf=4CXDxrs5|Mozilla/5.0 (Macintosh; I) Appl(KHTML, like Gecko) Chrome/0.0.01.12 Safari/3.36|||||9||||

当我 运行 pybot 时,它会抱怨

: (ERROR/3) Undefined substitution referenced:    Education|Education;Business;|G36|match=2; wf=4CXDxrs5|Mozilla/5.0 (Macintosh; I) Appl(KHTML, like Gecko) Chrome/0.0.01.12 Safari/3.36|||||9||||

我知道它认为我正在尝试在第一个文件中进行文本替换,但我需要那个确切的测试保持不变。

我可以在 pybot 中抑制这个警告吗?

不,无法在 pybot 中抑制该警告。