error: fix typos
Change-Id: I09c47024ef54c360ea3c15c5d4f169e13444e412
This commit is contained in:
parent
cf738ed4a1
commit
be4456cf24
1 changed files with 2 additions and 2 deletions
4
error.py
4
error.py
|
@ -80,7 +80,7 @@ class NoSuchProjectError(Exception):
|
|||
self.name = name
|
||||
|
||||
def __str__(self):
|
||||
if self.Name is None:
|
||||
if self.name is None:
|
||||
return 'in current directory'
|
||||
return self.name
|
||||
|
||||
|
@ -93,7 +93,7 @@ class InvalidProjectGroupsError(Exception):
|
|||
self.name = name
|
||||
|
||||
def __str__(self):
|
||||
if self.Name is None:
|
||||
if self.name is None:
|
||||
return 'in current directory'
|
||||
return self.name
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue