Skip to content

Commit

Permalink
Support notes after point assignment.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksergeant committed Feb 12, 2013
1 parent d68ace6 commit b0b4d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matchers/points.py
Expand Up @@ -27,7 +27,7 @@
'honza',
]

pattern = re.compile("^(%s):\ (\+|\-)([0-9\.]+)$" % '|'.join(people))
pattern = re.compile("^(%s):\ (\+|\-)([0-9\.]+) .*$" % '|'.join(people))


def get_points(name):
Expand Down

0 comments on commit b0b4d6c

Please sign in to comment.