Skip to content

Commit

Permalink
fix ArchiveInputPrenight docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ehneilsen committed Jan 12, 2024
1 parent 8a27bc3 commit 7fbef0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schedview/app/prenight/prenight.py
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,7 @@ def __init__(self, resource_uri=DEFAULT_RESOURCE_URI, **kwargs):


class ArchiveInputPrenight(Prenight):
"""A pre-night dashboard that restricts the data to files in a dir."""
"""A pre-night dashboard that read data from an archive."""

opsim_output_fname = param.Selector(
objects={None: None}, label="OpSim output", default=None, allow_None=True
Expand Down

0 comments on commit 7fbef0a

Please sign in to comment.