Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
se101-team-flex
face-recognition
Commits
5b15c96c
Commit
5b15c96c
authored
Nov 14, 2019
by
Kyle Anderson
Browse files
Fix encodings location argument
The location for the database was the incorrect argument name, so renamed it.
parent
abfdef90
Changes
1
Hide whitespace changes
Inline
Side-by-side
authenticate_user.py
View file @
5b15c96c
...
...
@@ -174,7 +174,7 @@ if __name__ == "__main__":
args_dict
=
{}
if
args
.
encodings
is
not
None
:
args_dict
[
"
encodings_location
"
]
=
args
.
encodings
args_dict
[
"
database_loc
"
]
=
args
.
encodings
if
args
.
model
is
not
None
:
args_dict
[
"encoding_model"
]
=
args
.
model
...
...
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