small fixes

This commit is contained in:
MercierC
2021-04-07 10:28:02 +12:00
parent 847c9c816d
commit e099a16624
2 changed files with 2 additions and 2 deletions

View File

@ -430,7 +430,7 @@ def run(config):
if pb is not None:
pb(i, force=True)
print("", file=sys.stderr)
logger("info", "Imported %d entries", i)
logger("info", "Imported %d entries", len(view))
# Save command config in View and DMS comments
command_line = " ".join(sys.argv[1:])