Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
c2af3eb3
Commit
c2af3eb3
authored
Apr 12, 2015
by
Mathieu Giraud
Committed by
Vidjil Team
Apr 12, 2015
Browse files
controllers/patient.py: patient/stats, unescape '\'
parent
0fbab13a
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/web2py/applications/vidjil/controllers/patient.py
View file @
c2af3eb3
...
...
@@ -208,7 +208,7 @@ def stats():
m
=
r
.
search
(
line
)
if
m
:
for
(
key
,
val
)
in
m
.
groupdict
().
items
():
row
[
key
]
=
val
row
[
key
]
=
val
.
replace
(
'
\\
'
,
''
)
break
return
d
...
...
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