Commit 3147f129 authored by Sebastien Robin's avatar Sebastien Robin

fixed undefined variable

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14082 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e1be14a9
......@@ -212,6 +212,7 @@ class SimulationTool(BaseTool):
# Simulation States
# If strict_simulation_state is set, we directly put it into the dictionary
from Products.ZSQLCatalog.SQLCatalog import Query, ComplexQuery
simulation_query = None
if strict_simulation_state:
if isinstance(simulation_state, string_or_list)\
and simulation_state:
......
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