Merge branch 'master' into modernize-Python-2-codes

This commit is contained in:
Apprentice Harper
2020-01-30 11:58:50 +00:00
committed by GitHub
19 changed files with 114 additions and 76 deletions

View File

@@ -525,7 +525,7 @@ def cli_main():
else:
infile = argv[1]
outfile = argv[2]
if len(argv) is 4:
if len(argv) == 4:
pidlist = argv[3].split(',')
else:
pidlist = []