Skip to content

Commit

Permalink
BUG; typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Sep 21, 2023
1 parent 76454c7 commit 588ac92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pysatNASA/instruments/maven_ngims.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
import pysat
from pysat.instruments.methods import general as mm_gen
from pysatNASA.instruments.methods import cdaweb as cdw
from pysatNASA.instruments.methods import generl as mm_nasa
from pysatNASA.instruments.methods import general as mm_nasa

platform = 'maven'
name = 'ngims'
Expand Down Expand Up @@ -60,7 +60,7 @@
# support download routine
# use the default CDAWeb method modified for the PDS website
basic_tag1 = {'remote_dir': ''.join(('/PDS/data/PDS4/MAVEN/ngims_bundle/l2/',
'{year:0exi4d}/{month:02d}/')),
'{year:04d}/{month:02d}/')),
'fname': fname1}
basic_tag2 = {'remote_dir': ''.join(('/PDS/data/PDS4/MAVEN/ngims_bundle/l2/',
'{year:04d}/{month:02d}/')),
Expand Down

0 comments on commit 588ac92

Please sign in to comment.