Skip to content

Commit

Permalink
docstring improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
bhilbert4 committed May 31, 2024
1 parent 81342fd commit b440941
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions jwql/jwql_monitors/generate_preview_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -551,9 +551,8 @@ def generate_preview_images(overwrite, programs=None):
If True, any existing preview images and thumbnails are overwritten
programs : list
List of program ID numbers for which to generate preview images. If
None (the default), preview images are generated for all
programs.
List of program ID numbers (e.g. 1068, 01220) for which to generate preview
images. If None (the default), preview images are generated for all programs.
"""
# Get a list of programs to create preview images for. First, generate a list of all
# possible programs. We can compare any user inputs to this list, and if there are no
Expand Down

0 comments on commit b440941

Please sign in to comment.