Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmeggle committed Aug 23, 2022
2 parents 3229861 + 4914a66 commit 9c15967
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web_plugins/wato/robotmk_wato_params_bakery.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ def outputdir(self, val):
help=
_("Name of the <tt>.robot</tt> file or directory containing <tt>.robot</tt> files, relative to the <i>robot suites directory</i><br>"
"It is highly recommended to organize Robot suites in <i>directories</i> and to specify the directories here without leading/trailing (back)slashes.<br>"
"💡 If a suite needs to be <b>skipped temporarily</b>, place a file <tt>DISABLED</tt> in the <i>robot suites directory</i>. Robotmk will silently omit the execution, detected services will be displayed as outdated/stale, but will not be alerted."
),
allow_empty=False,
size=50,
Expand Down

0 comments on commit 9c15967

Please sign in to comment.