Commit e659a7b2 authored by Łukasz Nowak's avatar Łukasz Nowak

promise/plugin: check_file_state fix docstring

parent 90cacfe6
......@@ -15,7 +15,10 @@ class RunPromise(GenericPromise):
"""
Check state of the filename
state can be empty or not-empty
state can be one of:
absent
empty
not-empty
"""
filename = self.getConfig('filename')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment