未验证 提交 b631def9 编写于 作者: L Lukáš Doktor

Merging pull request 1624

* https://github.com/avocado-framework/avocado:
  fix unicode handling in journal plugin
......@@ -89,7 +89,7 @@ class JournalResult(ResultEvents):
status = None
self.journal_cursor.execute(sql,
(str(state['name']),
(repr(state['name']),
datetime.datetime(1, 1, 1).now().isoformat(),
action,
status))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册