Nudged version

This commit is contained in:
Jamie Hardt
2024-06-29 22:39:17 -07:00
parent 30c8a191a6
commit 739cf35b11
2 changed files with 1 additions and 4 deletions

View File

@@ -48,7 +48,6 @@ class CommandEnv:
def set_pattern(self, to: str, frm: str, pattern: str, repl: str):
self.patterns[to] = (frm, pattern, repl)
def evaluate_patterns(self):
for to_key in self.patterns.keys():
from_key, pattern, replacement = self.patterns[to_key]
@@ -61,8 +60,6 @@ class CommandEnv:
self.metadatums[k] = self.incr[k] % (v + 1)
class BatchfileParser:
"""
A batchfile is a text file of lines. Lines either begin with a '#' to denote a