fixed function signature
This commit is contained in:
parent
3db8070aa3
commit
ee840f3029
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ class InventoryDirectory(object):
|
|||
if os.path.isdir(fullpath):
|
||||
parser = InventoryDirectory(loader=loader, filename=fullpath)
|
||||
else:
|
||||
parser = get_file_parser(fullpath, loader)
|
||||
parser = get_file_parser(fullpath, self.groups, loader)
|
||||
if parser is None:
|
||||
#FIXME: needs to use display
|
||||
import warnings
|
||||
|
|
Loading…
Reference in a new issue