Renamed .cc to .ccl

This commit is contained in:
2021-10-27 09:21:40 +02:00
parent ad10bc0357
commit f6642f834b
7 changed files with 4 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ class Main:
self.__utils.runtime_error(Error(ErrorCodes.FileNotFound))
return
if not file.endswith('.cc'):
if not file.endswith('.ccl'):
self.__utils.runtime_error(Error(ErrorCodes.WrongFileType))
return