• 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

Revisión65c5073a980dd44c7e1bc11a38517d237cc7786b (tree)
Tiempo2011-03-31 03:43:15
AutorWolf <wolf@geek...>
CommiterWolf

Log Message

[#1839] fix typo

Signed-off-by: Wolf <wolf@geek.net>

Cambiar Resumen

Diferencia incremental

--- a/Allura/allura/command/show_models.py
+++ b/Allura/allura/command/show_models.py
@@ -58,7 +58,7 @@ class ReindexCommand(base.Command):
5858 try:
5959 M.ArtifactReference.from_artifact(a)
6060 except:
61- self.log.exception('Making ArtifactReference from %s', a)
61+ base.log.exception('Making ArtifactReference from %s', a)
6262 continue
6363 ref_ids.append(a.index_id())
6464 M.artifact_orm_session.clear()