Renamed .cc to .ccl
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user