Commit ee840f30 by Brian Coca

fixed function signature

parent 3db8070a
...@@ -109,7 +109,7 @@ class InventoryDirectory(object): ...@@ -109,7 +109,7 @@ class InventoryDirectory(object):
if os.path.isdir(fullpath): if os.path.isdir(fullpath):
parser = InventoryDirectory(loader=loader, filename=fullpath) parser = InventoryDirectory(loader=loader, filename=fullpath)
else: else:
parser = get_file_parser(fullpath, loader) parser = get_file_parser(fullpath, self.groups, loader)
if parser is None: if parser is None:
#FIXME: needs to use display #FIXME: needs to use display
import warnings import warnings
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment