Message ID | 1298283526-21348-2-git-send-email-mgoldish@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/client/tests/kvm/kvm_config.py b/client/tests/kvm/kvm_config.py index e124e27..b6e089b 100755 --- a/client/tests/kvm/kvm_config.py +++ b/client/tests/kvm/kvm_config.py @@ -226,7 +226,7 @@ class Parser(object): # filters first. for t in content: filename, linenum, obj = t - if type(obj) is str: + if type(obj) is Op: new_content.append(t) continue elif type(obj) is OnlyFilter: