diff options
author | Jan Pokorný <jpokorny@redhat.com> | 2014-09-02 23:28:01 +0200 |
---|---|---|
committer | Jan Pokorný <jpokorny@redhat.com> | 2014-09-02 23:28:01 +0200 |
commit | dfe813291aa08e60cc5174be72580daefe8cbe7e (patch) | |
tree | 31eb5dd2c5c1d70b3480ed5c9bac598f006d6583 /command.py | |
parent | 95e751cda07d639234435d9a444741867e27d86d (diff) | |
download | clufter-dfe813291aa08e60cc5174be72580daefe8cbe7e.tar.gz clufter-dfe813291aa08e60cc5174be72580daefe8cbe7e.tar.xz clufter-dfe813291aa08e60cc5174be72580daefe8cbe7e.zip |
command: more housekeeping
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to 'command.py')
-rw-r--r-- | command.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -70,7 +70,6 @@ class Command(object): return res_output # drop the command if cannot resolve any of the filters res_input = apply_intercalate(res_input) - log.debug("cmd_name {0}".format(res_input)) map(lambda (i, x): log.warning("Resolve at `{0}' command:" " `{1}' (#{2}) filter fail" .format(cls.name, res_input[i], i)), |