Fix various Sphinx warnings
Closed
Fix various Sphinx warnings
1 unresolved thread
Closed
requested to merge generated-differential-D5514-source into generated-differential-D5514-target
1 unresolved thread
Migrated from D5514 (view on Phabricator)
Merge request reports
Activity
Build is green
Patch application report for D5514 (id=19675)
Rebasing onto 465506a0...
Current branch diff-target is up to date.
Changes applied before test
commit 40e1916510c4b99d74792f5892664a474583c5a1 Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Tue Apr 13 21:56:08 2021 +0200 Fix various Sphinx warnings
See https://jenkins.softwareheritage.org/job/DLS/job/tests-on-diff/267/ for more details.
145 145 return self.state_from_dict(self.lister_obj.current_state) 146 146 147 147 def set_state_in_scheduler(self) -> None: 148 """Update the state in the scheduler backend from the state of the current instance. 148 """Update the state in the scheduler backend from the state of the current 149 instance. 149 150 150 151 Raises: 151 :class:`swh.scheduler.exc.StaleData` in case of a race condition between 152 concurrent listers (from :meth:`swh.scheduler.Scheduler.update_lister`). 152 swh.scheduler.exc.StaleData: in case of a race condition between
Please register or sign in to reply