Fix typo
This commit is contained in:
parent
87a7c45560
commit
a822d1cb5e
1 changed files with 1 additions and 1 deletions
2
pass2csv
2
pass2csv
|
@ -101,7 +101,7 @@ def main(store_path, grouping_base, outfile, gpgbinary, use_agent, encodings,
|
||||||
if path.is_file():
|
if path.is_file():
|
||||||
files = [path]
|
files = [path]
|
||||||
else:
|
else:
|
||||||
err="No shuch file or directory: {}".format(path)
|
err = "No such file or directory: {}".format(path)
|
||||||
logging.error(err)
|
logging.error(err)
|
||||||
exit(1)
|
exit(1)
|
||||||
for file in files:
|
for file in files:
|
||||||
|
|
Loading…
Reference in a new issue