Show More
@@ -1065,8 +1065,8 b' class BaseCommit(object):' | |||
|
1065 | 1065 | |
|
1066 | 1066 | def no_node_at_path(self, path): |
|
1067 | 1067 | return NodeDoesNotExistError( |
|
1068 | "There is no file nor directory at the given path: " | |
|
1069 | "'%s' at commit %s" % (path, self.short_id)) | |
|
1068 | u"There is no file nor directory at the given path: " | |
|
1069 | u"'%s' at commit %s" % (safe_unicode(path), self.short_id)) | |
|
1070 | 1070 | |
|
1071 | 1071 | def _fix_path(self, path): |
|
1072 | 1072 | """ |
General Comments 0
You need to be logged in to leave comments.
Login now