Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.bio.video
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.video
Commits
4220abec
Commit
4220abec
authored
2 years ago
by
André MAYORAZ
Browse files
Options
Downloads
Plain Diff
Merge branch 'rc-file-name-change' into 'master'
[rc] Changed rc filename to bobrc.toml See merge request
!65
parents
07ecdce6
6c2029cb
No related branches found
No related tags found
1 merge request
!65
[rc] Changed rc filename to bobrc.toml
Pipeline
#70542
passed
2 years ago
Stage: qa
Stage: test
Stage: doc
Stage: dist
Stage: deploy
Changes
1
Pipelines
11
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/bob/bio/video/database/youtube.py
+1
-1
1 addition, 1 deletion
src/bob/bio/video/database/youtube.py
with
1 addition
and
1 deletion
src/bob/bio/video/database/youtube.py
+
1
−
1
View file @
4220abec
...
...
@@ -6,7 +6,7 @@ from clapp.rc import UserDefaults
from
bob.bio.base.database
import
CSVDatabase
logger
=
logging
.
getLogger
(
__name__
)
rc
=
UserDefaults
(
"
~/.
bobrc
"
)
rc
=
UserDefaults
(
"
bobrc
.toml
"
)
class
YoutubeDatabase
(
CSVDatabase
):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment