2015-11-28 63 views
0

我已經在機器人編程,象下面這樣: -防止變量獲得「無」價值機器人框架

@{lines}= Split to lines ${contents}    
:FOR ${line} IN @{lines}    

${nodename}= Run Keyword If ${line_length}== 1 Run Cmd And test Rval2 echo "${line}" > /tmp/node.txt 

如何避免節點名獲得「無值」?

只要line_length不等於1 nodename的值就是'None'。

回答

1

試試這個:

${nodename}= Run Keyword If ${line_length}== 1 Run Cmd And test Rval2 echo "${line}" > /tmp/node.txt ELSE Set Variable defaultValue