allura
修訂 | 65c5073a980dd44c7e1bc11a38517d237cc7786b (tree) |
---|---|
時間 | 2011-03-31 03:43:15 |
作者 | Wolf <wolf@geek...> |
Commiter | Wolf |
[#1839] fix typo
Signed-off-by: Wolf <wolf@geek.net>
@@ -58,7 +58,7 @@ class ReindexCommand(base.Command): | ||
58 | 58 | try: |
59 | 59 | M.ArtifactReference.from_artifact(a) |
60 | 60 | except: |
61 | - self.log.exception('Making ArtifactReference from %s', a) | |
61 | + base.log.exception('Making ArtifactReference from %s', a) | |
62 | 62 | continue |
63 | 63 | ref_ids.append(a.index_id()) |
64 | 64 | M.artifact_orm_session.clear() |