Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.backend.python
Commits
f294df35
Commit
f294df35
authored
Mar 17, 2017
by
Philip ABBET
Browse files
Fix a typo
parent
b1740736
Changes
1
Hide whitespace changes
Inline
Side-by-side
beat/backend/python/dbexecution.py
View file @
f294df35
...
...
@@ -157,7 +157,7 @@ class DBExecutor(object):
db
=
database_cache
[
details
[
'database'
]]
else
:
#load it
db
=
database
.
Database
(
self
.
prefix
,
details
[
'database'
],
dataformat_cache
)
self
.
dataformat_cache
)
database_cache
[
db
.
name
]
=
db
self
.
databases
[
details
[
'database'
]]
=
db
...
...
Write
Preview
Supports
Markdown
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