EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 78a1b35c authored by Lubomir Dolezal's avatar Lubomir Dolezal
Browse files

fix variable name to go into preprocess_browse (should be the dict itself)

parent 2b55787f
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@ def preprocess(file_path, config_file=None, use_dir=None, validate=False, browse
browse_type = browse_report_data['browse_type']
for browse in browse_report_data['browses']:
preprocess_browse(config, browse_type, browse_report, browse, use_dir)
preprocess_browse(config, browse_type, browse_report_data, browse, use_dir)
else:
preprocess_file(config, file_path, use_dir)
......
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