Skip to content

Commit 3ed4889

Browse files
committed
Rebrand to calx
1 parent b656012 commit 3ed4889

21 files changed

Lines changed: 10 additions & 10 deletions
File renamed without changes.
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def getcliargs() -> str:
99
with open(args.FILENAME, "r") as f:
1010
result = f.read()
1111

12-
if not args.FILENAME.endswith(".ord"):
12+
if not args.FILENAME.endswith(".calx"):
1313
print(Extensionerror(result, "Change the file extension"))
1414
terminate()
1515
return result
File renamed without changes.

0 commit comments

Comments
 (0)