Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
Steven Armstrong 2011-10-14 11:50:40 +02:00
parent 1c84e423d1
commit f76a5abf6f
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class IllegalObjectIdError(cdist.Error):
self.message = message or 'Illegal object id'
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):