forked from ungleich-public/cdist
--typo
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
parent
95a858c350
commit
4975b4643a
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ class NoSuchTypeError(cdist.Error):
|
|||
self.type_absolute_path = type_absolute_path
|
||||
|
||||
def __str__(self):
|
||||
return "Type '%' does not exist at %s" % (self.type_path, self.type_absolute_path)
|
||||
return "Type '%s' does not exist at %s" % (self.type_path, self.type_absolute_path)
|
||||
|
||||
|
||||
class Type(object):
|
||||
|
|
Loading…
Reference in a new issue