mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-27 12:24:11 +02:00
Fix for flake8
This commit is contained in:
parent
873877111c
commit
d5dab71d24
1 changed files with 1 additions and 0 deletions
|
|
@ -1877,6 +1877,7 @@ def insert_files(
|
||||||
for path, relative_path in bar:
|
for path, relative_path in bar:
|
||||||
row = {}
|
row = {}
|
||||||
# content_text is special case as it considers 'encoding'
|
# content_text is special case as it considers 'encoding'
|
||||||
|
|
||||||
def _content_text(p):
|
def _content_text(p):
|
||||||
resolved = p.resolve()
|
resolved = p.resolve()
|
||||||
try:
|
try:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue