Skip to content

Commit

Permalink
Merge pull request #790 from szypulka/develop
Browse files Browse the repository at this point in the history
Fix regression for Neuploader
  • Loading branch information
fomars committed Sep 17, 2019
2 parents b968f9b + 4b7aae8 commit 11cd57f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions yandextank/plugins/DataUploader/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,7 @@ def lp_job(self):
self.core.publish(self.SECTION, 'person', self._lp_job.person)
self.core.publish(self.SECTION, 'task', self._lp_job.task)
self.core.publish(self.SECTION, 'version', self._lp_job.version)
self.core.publish(self.SECTION, 'meta', self.cfg.get('meta'))

return self._lp_job

Expand Down

0 comments on commit 11cd57f

Please sign in to comment.