Skip to content

Commit

Permalink
Merge 7e81a57 into 070f8dc
Browse files Browse the repository at this point in the history
  • Loading branch information
moustakas committed Sep 20, 2018
2 parents 070f8dc + 7e81a57 commit 311b75d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/desisurvey/rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def __init__(self, file_name='rules.yaml', restore=None):
SGC = ~NGC

# Initialize regexp for parsing "GROUP_NAME(PASS)"
parser = re.compile('([^\(]+)\(([0-7])\)$')
parser = re.compile('([^\(]+)\(([0-99]+)\)$')

# Get the full path of the YAML file to read.
if os.path.isabs(file_name):
Expand Down

0 comments on commit 311b75d

Please sign in to comment.