mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
fix a warning during tests
This commit is contained in:
parent
48d14f34d2
commit
c0e76df229
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ class LDAPServer:
|
|||
import yaml
|
||||
|
||||
with open(os.path.join(HERE, "..", "ldap_files", "ldap_scheme.yml"), "rb") as f:
|
||||
ldap_map = yaml.load(f)
|
||||
ldap_map = yaml.safe_load(f)
|
||||
|
||||
def _get_ldap_interface():
|
||||
conf = {
|
||||
|
|
Loading…
Add table
Reference in a new issue