mirror of
https://github.com/kakwa/ldapcherry
synced 2025-06-13 19:42:11 +02:00
better misc example
This commit is contained in:
parent
c5bd6a238b
commit
beb6d96d90
@ -16,7 +16,9 @@ class CustomDumper(yaml.SafeDumper):
|
|||||||
return True
|
return True
|
||||||
|
|
||||||
try:
|
try:
|
||||||
#inv = Attributes('./conf/attributes.yml')
|
inv = Attributes('./tests/cfg/attributes.yml')
|
||||||
inv = Attributes('./tests/cfg/attributes_wrong_type.yml')
|
#inv = Attributes('./tests/cfg/attributes_wrong_type.yml')
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print e.log
|
print e.log
|
||||||
|
|
||||||
|
print inv.backend_attributes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user