Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

Commit

Permalink
Bug fix for create jobs creating two jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
DrSkippy committed Nov 19, 2012
1 parent 86e830c commit 381dc3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/create_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def __call__(self):
print str(self.gnipHistorical.jobPars)
print "RESPONSE:"
res = self.gnipHistorical.createJob()
print str(self.gnipHistorical.createJob())
print str(res)
if res.jobURL is not None:
self.updateURLConfig(url = res.jobURL)

Expand Down

0 comments on commit 381dc3d

Please sign in to comment.