Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
(#1192) XrayCentre Ispyb callback should call parent on start
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicOram committed Mar 5, 2024
1 parent 22f3f66 commit 3a4b09e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def activity_gated_start(self, doc: RunStart):
else Store2DGridscanInIspyb(self.ispyb_config, self.params)
)
self.ispyb_ids = self.ispyb.begin_deposition()
return self._tag_doc(doc)
return super().activity_gated_start(doc)

def activity_gated_event(self, doc: Event):
doc = super().activity_gated_event(doc)
Expand Down

0 comments on commit 3a4b09e

Please sign in to comment.