mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-23 18:04:21 +01:00
better misc example
This commit is contained in:
parent
c5bd6a238b
commit
beb6d96d90
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user