mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-09 12:37:18 -04:00
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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user