Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lookup-rule
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sabari T
lookup-rule
Commits
291e0fab
Commit
291e0fab
authored
Aug 25, 2021
by
charankumar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modified
parent
ef7a808c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
scripts/handler/rule_engine_update.py
scripts/handler/rule_engine_update.py
+3
-3
No files found.
scripts/handler/rule_engine_update.py
View file @
291e0fab
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment