This commit is contained in:
Juhani Krekelä 2018-09-01 23:52:57 +03:00
parent e51875a66b
commit c6427722de
2 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@ TODO
* Write manpages
* Add `install` and `uninstall` makefile targets
* `sshwot-scan-known-hosts`
* Investigate why it says sshwot-file is required in `sshwot-filter`
License
-------

View File

@ -101,7 +101,7 @@ def main():
# Use the default files if no input files were specified
if len(args.infiles) == 0:
infiles = open_default_files.open_all()
infiles = default_files.open_all()
else:
infiles = args.infiles