Upgrade the error message in boilerplate
This commit is contained in:
parent
3ab0cf2899
commit
6de2ed66b1
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ class CapRecipe(Recipe):
|
|||
try:
|
||||
self.capmodulename, self.capname = self.capname.rsplit('.', 1)
|
||||
except ValueError:
|
||||
self.error('Cap name must be in format module.ICapSomething or ICapSomething')
|
||||
self.error('Cap name must be in format module.CapSomething or CapSomething')
|
||||
|
||||
try:
|
||||
module = importlib.import_module(self.capmodulename)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue