Skip to content

Commit

Permalink
Merge pull request #235 from gnaponie/fix-error
Browse files Browse the repository at this point in the history
Fix error name in an FreshmakerBuild attribute
  • Loading branch information
mprahl committed Apr 29, 2019
2 parents 10bfe58 + 30b1847 commit 8654e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrapers/freshmaker.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def query_api_and_update_neo4j(self):
log.debug('Creating FreshmakerBuild {0}'.format(build_dict['build_id']))
fb_params = dict(
id_=build_dict['id'],
build_dict_id=build_dict['build_dict_id'],
build_id=build_dict['build_id'],
dep_on=build_dict['dep_on'],
event_id=build_dict['event_id'],
name=build_dict['name'],
Expand Down

0 comments on commit 8654e5c

Please sign in to comment.