Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.pad.face
Commits
0ad5a5bd
Commit
0ad5a5bd
authored
Mar 04, 2019
by
Guillaume HEUSCH
Browse files
[database] correct attack_type type for CASIASURF
parent
d6772cf1
Pipeline
#27728
passed with stage
in 30 minutes and 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/pad/face/database/casiasurf.py
View file @
0ad5a5bd
...
...
@@ -45,7 +45,7 @@ class CasiaSurfPadFile(VideoPadFile):
attack_type
=
s
.
attack_type
if
attack_type
==
'0'
:
s
.
attack_type
=
None
attack_type
=
None
super
(
CasiaSurfPadFile
,
self
).
__init__
(
client_id
=
s
.
id
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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