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
cubicweb
cubes
oauth
Commits
7f5f96296667
Commit
f028fbce
authored
Mar 06, 2019
by
Nsukami Patrick
Browse files
Fix DeprecationWarning: invalid escape sequence \.
parent
7452cc5290f6
Changes
1
Show whitespace changes
Inline
Side-by-side
cubicweb_oauth/views.py
View file @
7f5f9629
...
...
@@ -47,7 +47,7 @@ from cubicweb_oauth.authplugin import EXT_TOKEN
NEGOSTATE
=
{}
# negoid -> service coordinates
COLLECT_LIST
=
[]
login_re
=
re
.
compile
(
'(?P<base>.*)(\.(?P<index>\d+))?'
)
login_re
=
re
.
compile
(
r
'(?P<base>.*)(\.(?P<index>\d+))?'
)
def
get_next_login
(
login
):
...
...
Write
Preview
Markdown
is supported
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