Skip to content

Commit 44ec043

Browse files
authored
Apply suggestion from @sdhoyt
1 parent f7949e1 commit 44ec043

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

imap_processing/lo/l1b/lo_l1b.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ def lo_l1b(
255255
ds = l1b_star(sci_dependencies, attr_mgr_l1b)
256256
datasets_to_return.append(ds)
257257

258-
elif descriptor == "good-times":
258+
elif descriptor == "goodtimes":
259259
logger.info("\nProcessing IMAP-Lo L1B Background Rates and Goodtimes...")
260260
ds = l1b_bgrates_and_goodtimes(sci_dependencies, attr_mgr_l1b)
261261
datasets_to_return.extend(ds)

0 commit comments

Comments
 (0)