Skip to content

Commit 30d6ee0

Browse files
authored
Update logicode.py
1 parent 318af9a commit 30d6ee0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

logicode.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,8 @@ def delete(self, key):
291291
"TopLevelExpression",
292292
"Variable",
293293
"Out",
294-
["1", rOpenBracket, ["+", ["|", "CommandSeparator", "Variable", "Out", "TopLevelExpression"]], rCloseBracket]
294+
"Condition",
295+
["1", rOpenBracket, ["+", ["|", "CommandSeparator", "Variable", "Out", "Condition", "TopLevelExpression"]], rCloseBracket]
295296
]
296297
],
297298
"Variable": [rVariable, rName, rEquals, "TopLevelExpression"],

0 commit comments

Comments
 (0)