mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-24 02:14:20 +01: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…
Reference in New Issue
Block a user