formatting
This commit is contained in:
@@ -521,7 +521,9 @@ async def download_and_extract_dump(
|
||||
|
||||
# If an extracted sqlite file already exists, skip download and extraction
|
||||
if sqlite_path.exists() and sqlite_path.stat().st_size > 0:
|
||||
print(f"Found existing extracted SQLite file {sqlite_path}; skipping download/extract")
|
||||
print(
|
||||
f"Found existing extracted SQLite file {sqlite_path}; skipping download/extract"
|
||||
)
|
||||
return str(sqlite_path), None
|
||||
|
||||
# Streaming download with retry and resume support
|
||||
|
||||
Reference in New Issue
Block a user