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
Gerion Entrup
brainzfs
Commits
fcbc7222
Commit
fcbc7222
authored
Oct 08, 2016
by
Gerion Entrup
Browse files
import fix and typos
parent
2a9fe230
Changes
2
Hide whitespace changes
Inline
Side-by-side
plumber.py
View file @
fcbc7222
import
enum
import
fetcher
from
retrieval
import
fetcher
import
logging
import
os.path
import
queue
...
...
@@ -33,7 +33,7 @@ class Plumber(threading.Thread):
self
.
_session
,
logging
.
getLogger
(
'plumber.collector'
))
if
settings
.
minimum_cleaning_age
<
300
:
self
.
_logger
.
warn
(
"minimum_cleaning_age is below 300, this could"
+
" lead to several SQL error and is considered"
+
" lead to several SQL error
s
and is considered"
+
" unsafe."
)
def
run
(
self
):
...
...
sqlfuse/functions.py
View file @
fcbc7222
...
...
@@ -66,7 +66,7 @@ class Functions:
return
self
.
_fltt_re
.
sub
(
r
'\1_\2'
,
str
(
attr
).
replace
(
'.'
,
'_'
)).
lower
()
def
gen_name
(
self
,
row
):
"""Generates a filename out of a
n
table row.
"""Generates a filename out of a table row.
Arguments:
row -- One row of an sqlalchemy query.
...
...
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