Commit 291e0fab authored by charankumar's avatar charankumar

Modified

parent ef7a808c
...@@ -209,9 +209,9 @@ class RuleUpdate: ...@@ -209,9 +209,9 @@ class RuleUpdate:
"execute_on": {} "execute_on": {}
} }
static_json['calcFormulaList'].append(static_calc_form_json) static_json['calcFormulaList'].append(static_calc_form_json)
print(static_json) # print(static_json)
# return_json = self.rule_configuration_handler.create_rule_engine(static_json) return_json = self.rule_configuration_handler.create_rule_engine(static_json)
# logger.info(return_json) logger.info(return_json)
except Exception as e: except Exception as e:
logger.exception(str(e)) logger.exception(str(e))
raise raise
......
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