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.db.fv3d
Commits
2cd1c317
Commit
2cd1c317
authored
Jun 07, 2017
by
André Anjos
💬
Browse files
Fill-in original directory and original extension
parent
00ad21c5
Pipeline
#10446
failed with stages
in 6 minutes and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/db/fv3d/query.py
View file @
2cd1c317
...
...
@@ -24,7 +24,7 @@ class Database(bob.db.base.SQLiteDatabase):
"""
def
__init__
(
self
):
super
(
Database
,
self
).
__init__
(
SQLITE_FILE
,
File
)
super
(
Database
,
self
).
__init__
(
SQLITE_FILE
,
File
,
None
,
'.png'
)
def
protocol_names
(
self
):
...
...
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