mirror of
https://github.com/kakwa/ldapcherry
synced 2025-07-04 20:37:48 +02:00
better misc example
This commit is contained in:
parent
c5bd6a238b
commit
beb6d96d90
1 changed files with 4 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue