py-git2: New Package (#1971)
This commit is contained in:

committed by
Todd Gamblin

parent
8cb7f3d262
commit
682d5cf164
@@ -2955,7 +2955,8 @@ def check_identifier(self, id=None):
|
||||
if not id:
|
||||
id = self.token.value
|
||||
if '.' in id:
|
||||
self.last_token_error("Identifier cannot contain '.'")
|
||||
self.last_token_error(
|
||||
"{0}: Identifier cannot contain '.'".format(id))
|
||||
|
||||
|
||||
def parse(string):
|
||||
|
Reference in New Issue
Block a user