fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Sexy images in gallery count.
[redakcja.git]
/
lib
/
vstorage
/
__init__.py
diff --git
a/lib/vstorage/__init__.py
b/lib/vstorage/__init__.py
index
8d22e10
..
843bb6b
100644
(file)
--- a/
lib/vstorage/__init__.py
+++ b/
lib/vstorage/__init__.py
@@
-354,11
+354,11
@@
class VersionedStorage(object):
try:
return tree_search(tip, self._title_to_file(title))
try:
return tree_search(tip, self._title_to_file(title))
- except (IndexError, LookupError)
as e
:
+ except (IndexError, LookupError):
logging.info("XML file not found, trying plain")
try:
return tree_search(tip, self._title_to_file(title, type=''))
logging.info("XML file not found, trying plain")
try:
return tree_search(tip, self._title_to_file(title, type=''))
- except (IndexError, LookupError)
as e
:
+ except (IndexError, LookupError):
raise DocumentNotFound(title)
def page_history(self, title):
raise DocumentNotFound(title)
def page_history(self, title):