Skip to content

Commit b98ec07

Browse files
authored
Update __main__.py
1 parent 6c0c376 commit b98ec07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

colorscript/__main__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ def compile_file(self, path: str, outfile: str = 'a.out') -> None:
216216
:return None: None
217217
"""
218218

219-
result = self.parse_colors_script(path)
219+
result = self.parse_file(path)
220220

221221
if result:
222222
output = open(outfile, 'w')

0 commit comments

Comments
 (0)