summaryrefslogtreecommitdiffstats
path: root/command.py
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2014-02-09 21:29:07 +0100
committerJan Pokorný <jpokorny@redhat.com>2014-02-09 21:29:07 +0100
commit68ddfa35b8cbd5a47efcfbf4870bdc7391bd093e (patch)
treecdc814f911489639cddc56aa0aa440213cdde3a4 /command.py
parentdb6877af8282dd042246351f9cc8b9fdeb5240e7 (diff)
downloadclufter-68ddfa35b8cbd5a47efcfbf4870bdc7391bd093e.tar.gz
clufter-68ddfa35b8cbd5a47efcfbf4870bdc7391bd093e.tar.xz
clufter-68ddfa35b8cbd5a47efcfbf4870bdc7391bd093e.zip
command+filter: add a comment reminding "resolved state"
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to 'command.py')
-rw-r--r--command.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/command.py b/command.py
index 16b95e6..1b83429 100644
--- a/command.py
+++ b/command.py
@@ -37,7 +37,7 @@ class Command(object):
__metaclass__ = commands
def __init__(self, *filter_chain):
- self._filter_chain = filter_chain
+ self._filter_chain = filter_chain # already resolved
self._desc, self._options = None, None # later on-demand
self._fnc_defaults, self._fnc_varnames = None, None # ditto