Commit 68a14899 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Fix a syntax error.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4001 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5c377e48
......@@ -43,7 +43,7 @@ def runUnitTestList(test_list) :
section = SectionValue({'dateformat': '%Y-%m-%dT%H:%M:%S',
'format': '------\n%(asctime)s %(levelname)s %(name)s %(message)s',
'level': logging.INFO,
'path': os.environ['EVENT_LOG_FILE'])},
'path': os.environ['EVENT_LOG_FILE']},
None, None)
section.handlers = [FileHandlerFactory(section)]
eventlog = EventLogFactory(section)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment