Added \r and \n to Replace

This commit is contained in:
ErLullo
2026-01-15 14:59:21 +01:00
committed by GitHub
parent d6051c969a
commit 4ec046ef68

View File

@@ -104,7 +104,7 @@ def Replace(lines, parameter_table, keys):
else: else:
tokens = my_split_with_seps( tokens = my_split_with_seps(
s, s,
["\t", ",", " ", "=", "[", "]", "-", "<", ">", "~", "!", ".", "(", ")"], ["\t", ",", " ", "=", "[", "]", "-", "<", ">", "~", "!", ".", "(", ")", "\r", "\n"],
) )
for key in keys: for key in keys:
try: try: