Skip to content

Commit

Permalink
Merge 1dc7251 into b50717d
Browse files Browse the repository at this point in the history
  • Loading branch information
keflavich committed Jun 11, 2019
2 parents b50717d + 1dc7251 commit b87c53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regions/io/crtf/read.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
__all__ = ['read_crtf', 'CRTFParser', 'CRTFRegionParser']

# All CASA files start with '#CRTF' . It may also include the version number like '#CRTFv0' .
regex_begin = re.compile(r'^#CRTFv?[\d]?$')
regex_begin = re.compile(r'^#CRTFv?[\d]?')

# Comment Format :
regex_comment = re.compile(r'^#.*$')
Expand Down

0 comments on commit b87c53e

Please sign in to comment.