Commit bd4972b3 authored by Arnaud Fontaine's avatar Arnaud Fontaine

Fix missing variable initialization

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk/utils@45922 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5adf916c
......@@ -176,6 +176,8 @@ class PerformanceTester(object):
i = 0
continue
else:
msg = None
if msg is not None:
error_message_set.add(msg)
......
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