Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.db.fv3d
Commits
f8bcdd23
Commit
f8bcdd23
authored
Jun 07, 2017
by
André Anjos
💬
Browse files
Better hooks for the original_ stuff
parent
2cd1c317
Pipeline
#10447
failed with stages
in 11 minutes and 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/db/fv3d/query.py
View file @
f8bcdd23
...
@@ -23,8 +23,9 @@ class Database(bob.db.base.SQLiteDatabase):
...
@@ -23,8 +23,9 @@ class Database(bob.db.base.SQLiteDatabase):
and for the data itself inside the database.
and for the data itself inside the database.
"""
"""
def
__init__
(
self
):
def
__init__
(
self
,
original_directory
=
None
,
original_extension
=
None
):
super
(
Database
,
self
).
__init__
(
SQLITE_FILE
,
File
,
None
,
'.png'
)
super
(
Database
,
self
).
__init__
(
SQLITE_FILE
,
File
,
original_directory
,
original_extension
)
def
protocol_names
(
self
):
def
protocol_names
(
self
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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