better misc example

This commit is contained in:
kakwa 2015-06-16 08:57:44 +02:00
parent c5bd6a238b
commit beb6d96d90
1 changed files with 4 additions and 2 deletions

View File

@ -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