• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

allura


Commit MetaInfo

修訂d23df170b51bfe6d4a9a46ad085a2be101bcaead (tree)
時間2012-05-30 05:13:12
作者Cory Johns <johnsca@geek...>
CommiterCory Johns

Log Message

[#4118] Include reason for failure on migration 024

Signed-off-by: Cory Johns <johnsca@geek.net>

Change Summary

差異

--- a/scripts/migrations/024-migrate-custom-profile-text.py
+++ b/scripts/migrations/024-migrate-custom-profile-text.py
@@ -36,7 +36,7 @@ def main():
3636 try:
3737 app = p.install_app('wiki')
3838 except Exception as e:
39- log.error("Unable to install wiki for user %s" % user.username)
39+ log.error("Unable to install wiki for user %s: %s" % (user.username, str(e)))
4040 continue
4141
4242 page = WM.Page.query.get(app_config_id=app.config._id, title='Home')