Slight verbiage change to make output more distinct
This commit is contained in:
parent
67e6c385e6
commit
2aaa34e971
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ class Importer():
|
||||||
|
|
||||||
def import_mbox_file(self, mboxfile: str):
|
def import_mbox_file(self, mboxfile: str):
|
||||||
if self.args.verbose and not self.args.quiet:
|
if self.args.verbose and not self.args.quiet:
|
||||||
print(f"Importing file {mboxfile}")
|
print(f"Reading file {mboxfile}")
|
||||||
|
|
||||||
reader = MBoxReader(mboxfile)
|
reader = MBoxReader(mboxfile)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue