/./,/
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
parent
1c84e423d1
commit
f76a5abf6f
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class IllegalObjectIdError(cdist.Error):
|
||||||
self.message = message or 'Illegal object id'
|
self.message = message or 'Illegal object id'
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
return '%s: %s' % (self.message, os.path.join(self.type_name. self.object_id))
|
return '%s: %s' % (self.message, os.path.join(self.type_name, self.object_id))
|
||||||
|
|
||||||
|
|
||||||
class Object(object):
|
class Object(object):
|
||||||
|
|
Loading…
Reference in a new issue