From beb6d96d905fe11c32a28cdefd70f91694ef483e Mon Sep 17 00:00:00 2001 From: kakwa Date: Tue, 16 Jun 2015 08:57:44 +0200 Subject: [PATCH] better misc example --- misc/debug_attributes.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/misc/debug_attributes.py b/misc/debug_attributes.py index 31f0b19..462a8ea 100644 --- a/misc/debug_attributes.py +++ b/misc/debug_attributes.py @@ -16,7 +16,9 @@ class CustomDumper(yaml.SafeDumper): return True try: - #inv = Attributes('./conf/attributes.yml') - inv = Attributes('./tests/cfg/attributes_wrong_type.yml') + inv = Attributes('./tests/cfg/attributes.yml') + #inv = Attributes('./tests/cfg/attributes_wrong_type.yml') except Exception as e: print e.log + +print inv.backend_attributes