mirror of https://github.com/n1nj4sec/pupy.git
If files are empty let files be empty list
This commit is contained in:
parent
8865819087
commit
74c258e0cf
|
@ -669,6 +669,8 @@ class PupyPackageFinder(object):
|
|||
]
|
||||
|
||||
if not files:
|
||||
files = []
|
||||
|
||||
dprint('{} not found in {}: not in {} files'.format(
|
||||
fullname, files, len(files)))
|
||||
|
||||
|
|
Loading…
Reference in New Issue