Skip to content

Commit

Permalink
Fixes bug 734099 - Instantiated the Priorityjobs class as it should be.
Browse files Browse the repository at this point in the history
  • Loading branch information
adngdb committed Apr 10, 2012
1 parent 7d395fa commit 39d8663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion socorro/services/getCrash.py
Expand Up @@ -45,7 +45,7 @@ def fetchProcessed(self, uuid):
except Exception:
try:
raw = self.fetchRaw(uuid)
j = Priorityjobs(self.context)
j = Priorityjobs(config=self.context)
j.create(uuid=uuid)
except Exception:
raise web.webapi.NotFound()
Expand Down

0 comments on commit 39d8663

Please sign in to comment.