Skip to content

Commit

Permalink
Merge pull request #6969 from jmchilton/ensure_better
Browse files Browse the repository at this point in the history
[18.09] In enqueue, always set an object_store_id if one isn't set.
  • Loading branch information
natefoo committed Nov 6, 2018
2 parents dbf5ef3 + ccb1e08 commit 9029b95
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/galaxy/jobs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1198,9 +1198,6 @@ def enqueue(self):
self.sa_session.flush()

def _set_object_store_ids(self, job):
if self.app.config.legacy_eager_objectstore_initialization:
return

if job.object_store_id:
# We aren't setting this during job creation anymore, but some existing
# jobs may have this set. Skip this following code if that is the case.
Expand Down

0 comments on commit 9029b95

Please sign in to comment.