ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/JSOC/localize.py
(Generate patch)

Comparing localize.py (file contents):
Revision 1.10 by arta, Fri Nov 15 21:45:34 2013 UTC vs.
Revision 1.11 by arta, Tue Nov 19 23:41:02 2013 UTC

# Line 371 | Line 371 | def parseConfig(fin, keymap, addenda, de
371          regexpCustMkBeg = re.compile(r"^_CUST_")
372          regexpCustMkEnd = re.compile(r"^_ENDCUST_")
373          regexpDiv = re.compile(r"^__")
374 <        regexp = re.compile(r"^\s*(\S+)\s+(\S+)")
374 >        regexp = re.compile(r"^\s*(\S+)\s+(\S.*)")
375          
376          platDict = {}
377          machDict = {}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines