• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

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

allura


Commit MetaInfo

Revisão42841a6ff1e001f59dbeb372a2c0660b96fe7caa (tree)
Hora2012-06-07 02:14:07
AutorCory Johns <johnsca@geek...>
CommiterYaroslav Luzin

Mensagem de Log

[#4118] Include reason for failure on migration 024

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

Mudança Sumário

Diff

--- 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')