Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OSUG
RESIF
ws-eidaauth
Commits
815a0a15
Commit
815a0a15
authored
Mar 19, 2020
by
Jonathan Schaeffer
Browse files
Bug générant un TypeError
parent
50539d59
Changes
1
Hide whitespace changes
Inline
Side-by-side
eidawsauth/eidawsauth.py
View file @
815a0a15
...
...
@@ -218,7 +218,7 @@ def auth():
logging
.
debug
(
" ... is in epos fdsn map"
)
fdsn_memberships
.
append
(
application
.
config
[
'EPOS_FDSN_MAP'
][
em
])
if
len
(
fdsn_memberships
>
0
)
:
if
len
(
fdsn_memberships
)
>
0
:
logging
.
debug
(
"FDSN memberships: %s"
%
(
fdsn_memberships
))
register_privileges
(
login
,
fdsn_memberships
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment