mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-25 18:54:29 +01:00
more debug in doc configuration
This commit is contained in:
parent
0635fc2065
commit
fc0d75ebe1
@ -177,4 +177,5 @@ try:
|
|||||||
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
|
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print("No Mock of cherrypy")
|
print("No Mock of cherrypy")
|
||||||
|
print(str(e))
|
||||||
pass
|
pass
|
||||||
|
Loading…
Reference in New Issue
Block a user