Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.bio.face
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.bio.face
Merge requests
!33
[replay] improve the score files by adding attack type information
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[replay] improve the score files by adding attack type information
msumfsdmod
into
master
Overview
2
Commits
3
Pipelines
2
Changes
3
1 unresolved thread
Hide all comments
Merged
Amir MOHAMMADI
requested to merge
msumfsdmod
into
master
7 years ago
Overview
2
Commits
3
Pipelines
2
Changes
3
1 unresolved thread
Hide all comments
Expand
0
0
Merge request reports
Compare
master
version 1
7a7a007d
7 years ago
master (base)
and
latest version
latest version
b6cd3009
3 commits,
7 years ago
version 1
7a7a007d
1 commit,
7 years ago
3 files
+
39
−
36
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
bob/bio/face/database/replay.py
+
1
−
1
Options
@@ -124,7 +124,7 @@ class ReplayBioDatabase(BioDatabase):
retval
.
append
(
ReplayBioFile
(
f
))
else
:
temp
=
ReplayBioFile
(
f
)
temp
.
client_id
=
'
attack
'
temp
.
client_id
=
'
attack
/{}
'
.
format
(
f
.
get_attack
().
attack_device
)
retval
.
append
(
temp
)
return
retval
Loading