Skip to content

Commit 7d91e23

Browse files
authored
Update pysatNASA/instruments/ses14_gold.py
1 parent cc1a996 commit 7d91e23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pysatNASA/instruments/ses14_gold.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
'tlimb': 'Level 2 limb temp data for the GOLD instrument',
5858
'tdisk': 'Level 2 disk temp data for the GOLD instrument',
5959
'o2den': 'Level 2 O2 dens data for the GOLD instrument'}
60-
inst_ids = {'': [tag for tags in tags.keys()]}
60+
inst_ids = {'': [tag for tag in tags.keys()]}
6161

6262
pandas_format = False
6363

0 commit comments

Comments
 (0)