fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Update Legimi panel
[redakcja.git]
/
src
/
depot
/
models.py
diff --git
a/src/depot/models.py
b/src/depot/models.py
index
41a6bdf
..
62a360a
100644
(file)
--- a/
src/depot/models.py
+++ b/
src/depot/models.py
@@
-174,9
+174,9
@@
class SiteBookPublish(models.Model):
self.site_book.site.publish(self, changes=changes)
- except Exception:
+ except Exception
as e
:
self.status = 110
- self.error = traceback.format_exc()
+ self.error =
str(e) + '\n\n' +
traceback.format_exc()
else:
self.status = 100
self.error = ''