Changeset - 840ca7492dbe
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 15 years ago 2011-01-26 18:35:13
marcin@python-works.com
fixed typo in exception
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/controllers/files.py
Show inline comments
 
@@ -170,7 +170,7 @@ class FilesController(BaseController):
 
            return _('Unknown revision %s') % revision
 
        except EmptyRepositoryError:
 
            return _('Empty repository')
 
        except (InproperArchiveTypeError, KeyError):
 
        except (ImproperArchiveTypeError, KeyError):
 
            return _('Unknown archive type')
 

	
 
        response.content_type = content_type
0 comments (0 inline, 0 general)