Show More
@@ -182,7 +182,8 b' def fileidlookup(store, fileid, identifi' | |||
|
182 | 182 | try: |
|
183 | 183 | return store.node(fileid) |
|
184 | 184 | except IndexError: |
|
185 |
raise error.LookupError(fileid, identifier, |
|
|
185 | raise error.LookupError('%d' % fileid, identifier, | |
|
186 | _('no match found')) | |
|
186 | 187 | |
|
187 | 188 | if len(fileid) == 20: |
|
188 | 189 | try: |
General Comments 0
You need to be logged in to leave comments.
Login now