Skip to content

Commit

Permalink
Merge pull request #239 from release-engineering/fix-typo
Browse files Browse the repository at this point in the history
Fix a typo in the Freshmaker scraper
  • Loading branch information
mprahl committed May 13, 2019
2 parents 54e8aa7 + 41698b2 commit 07ea9c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scrapers/freshmaker.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ def query_api_and_update_neo4j(self):
fb_params['time_completed'] = timestamp_to_datetime(
build_dict['time_completed'])
fb = FreshmakerBuild.create_or_update(fb_params)[0]
fb.event.conditional_connect(event)
event.requested_builds.connect(fb)

# The build ID obtained from Freshmaker API is actually a Koji task ID
Expand Down

0 comments on commit 07ea9c8

Please sign in to comment.