mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Merge pull request #143 from myano/master
add unicode handling for logging
This commit is contained in:
commit
10869f7845
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ def main():
|
|||
else:
|
||||
pelican.run()
|
||||
except Exception, e:
|
||||
log.critical(str(e))
|
||||
log.critical(unicode(e))
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue