Skip to content

Commit

Permalink
fix wrong name
Browse files Browse the repository at this point in the history
  • Loading branch information
nicHoch committed Nov 7, 2023
1 parent f628d3e commit 2aff160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stixcore/products/level1/quicklookL1.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def __init__(self, *, service_type, service_subtype, ssid, control, data,
super().__init__(service_type=service_type, service_subtype=service_subtype, ssid=ssid,
control=control, data=data, idb_versions=idb_versions, **kwargs)

self.name = 'ql-tmstatusflarelist'
self.name = 'tmstatusflarelist'
self.level = 'L1'

@classmethod
Expand Down

0 comments on commit 2aff160

Please sign in to comment.