Skip to content

Commit 6a6030e

Browse files
Merge branch 'OPCODE-Open-Spring-Fest:main' into shreyanshi_log
2 parents f09bf08 + bee3582 commit 6a6030e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/etl/extract.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def extract(path: str = "xyz.csv") -> ________: # TODO (Find & Fix)
2121
if not os.path.exists(path):
2222
raise FileNotFoundError(f"❌ File not found: {path}")
2323

24-
if not path.lower().endswith('.csv'):
24+
if not path.lower().endswith('.txt'): # TODO (Find & Fix)
2525
raise ValueError(f"❌ File must be a CSV: {path}")
2626

2727
try:

0 commit comments

Comments
 (0)