fix typo
This commit is contained in:
parent
f9547ff04c
commit
b09c1b7c74
1 changed files with 2 additions and 0 deletions
|
@ -157,6 +157,8 @@ async def main_with_ctx(ctx, wanted_date):
|
||||||
tag_count = tag_count_rows[0][0]
|
tag_count = tag_count_rows[0][0]
|
||||||
log.info("already have %d tags", tag_count)
|
log.info("already have %d tags", tag_count)
|
||||||
|
|
||||||
|
work_done = False
|
||||||
|
|
||||||
with output_uncompressed_paths["tags"].open(
|
with output_uncompressed_paths["tags"].open(
|
||||||
mode="r", encoding="utf-8"
|
mode="r", encoding="utf-8"
|
||||||
) as tags_csv_fd:
|
) as tags_csv_fd:
|
||||||
|
|
Loading…
Reference in a new issue