Skip to content

Commit 88224e2

Browse files
committed
Add a completion message
1 parent b62eb23 commit 88224e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sqlitebiter/sqlitebiter.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,8 @@ def url(ctx, url, format_name, output_path, encoding, proxy):
340340
result_counter.inc_success()
341341
if result_counter.total_count == 0:
342342
table_not_found_msg_format.format(url)
343+
else:
344+
write_completion_message(logger, output_path, result_counter)
343345

344346
sys.exit(result_counter.get_return_code())
345347

0 commit comments

Comments
 (0)