Skip to content
Snippets Groups Projects
Commit 3e62d145 authored by Nathaniel Kofalt's avatar Nathaniel Kofalt
Browse files

Correct typo

parent b1bbfa83
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,6 @@ from .. import config
from .jobs import Job
from ..dao.containerstorage import inflate_container
log = config.log
# For now, gears are in a singleton, prefixed by a key
......@@ -77,7 +76,7 @@ def suggest_container(gear, cr):
for f in acq.get('files', []):
f['suggested'] = {}
for x in schemas:
f['suggested'][x] = schemas[x].is_valid({})
f['suggested'][x] = schemas[x].is_valid(f)
return root
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment