Commit ee840f30 by Brian Coca

fixed function signature

parent 3db8070a
......@@ -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
......
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