Skip to content
Snippets Groups Projects
Commit 5da6e2e4 authored by André MAYORAZ's avatar André MAYORAZ
Browse files

Merge branch 'rc-file-name-change' into 'master'

[rc] Changed rc file name to bobrc.toml

See merge request !68
parents 7b017d54 42219c16
No related branches found
No related tags found
1 merge request!68[rc] Changed rc file name to bobrc.toml
Pipeline #70058 passed
......@@ -14,7 +14,7 @@ import bob.io.base
from bob.bio.base.database import CSVDatabase, FileSampleLoader
from bob.bio.vein.database.roi_annotation import ROIAnnotation
rc = UserDefaults("~/.bobrc")
rc = UserDefaults("bobrc.toml")
class UtfvpDatabase(CSVDatabase):
......
......@@ -12,7 +12,7 @@ import bob.io.base
from bob.bio.base.database import CSVDatabase, FileSampleLoader
rc = UserDefaults("~/.bobrc")
rc = UserDefaults("bobrc.toml")
class VerafingerContactless(CSVDatabase):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment