Skip to content

Commit

Permalink
DOC #329
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Jul 5, 2020
1 parent f3e08f8 commit 25d6276
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apstools/filewriters.py
Original file line number Diff line number Diff line change
Expand Up @@ -764,6 +764,9 @@ class FileWriterCallbackBase:
~resource
~start
~stop
For more information about Bluesky *events* and document types, see
https://blueskyproject.io/event-model/data-model.html.
"""

file_extension = "dat"
Expand Down Expand Up @@ -894,7 +897,6 @@ def trim(value, length=60):

def bulk_events(self, doc):
"""Deprecated. Use EventPage instead."""
# https://github.com/bluesky/event-model/blob/b452a81f20be31aa4a11c2fce022c0e8a64bd4b1/docs/source/data-model.rst
if not self.scanning:
return
logger.info("not handled yet")
Expand Down

0 comments on commit 25d6276

Please sign in to comment.