Skip to content

Commit

Permalink
remove keep_list logic
Browse files Browse the repository at this point in the history
  • Loading branch information
mandresm committed Jan 23, 2025
1 parent 6a345ae commit b2620ec
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/esm_parser/esm_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -2324,11 +2324,6 @@ def do_math_in_entry(tree, rhs, config):
return entry
if "${" in str(entry):
return entry
if str(entry).endswith("_keep_list"):
keep_list = True
entry = str(entry).replace("_keep_list", "")
else:
keep_list = False
entry = " " + str(entry) + " "
date_operation = False
while "$((" in entry:
Expand Down

0 comments on commit b2620ec

Please sign in to comment.