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