Fix REL Spelling + Tool Improvements (#285)

* AST conversion library

* Improved Shifted lcf

* copydate and frameworkF.str

* Fix REL Capitalization

* Fix Packaging
This commit is contained in:
jdflyer
2023-02-15 07:02:56 -07:00
committed by GitHub
parent e3af98086a
commit 342bb540bd
25 changed files with 688 additions and 125 deletions
+1 -1
View File
@@ -213,7 +213,7 @@ class StringList:
def write(self):
if len(self.data) > 0:
with open(self.output_path, "w") as file:
file.write(self.data)
file.write(self.data.replace(' ','\0'))
@dataclass