Skip to content

Commit

Permalink
adjust version and remove debugging clutter
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Jurgen Griesfeller committed Aug 14, 2023
1 parent 66f877d commit 1710480
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyaerocom/io/read_eea_aqerep_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ class ReadEEAAQEREPBase(ReadUngriddedBase):
"""

#: Mask for identifying datafiles
_FILEMASK = "NO*.csv"
_FILEMASK = "*.csv"

#: Version log of this class (for caching)
__version__ = "0.08"
__version__ = "0.09"

#: Column delimiter
FILE_COL_DELIM = ","
Expand Down

0 comments on commit 1710480

Please sign in to comment.