Sarathrsk03 commited on
Commit
8b67c4c
·
verified ·
1 Parent(s): f8b5ae3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import os
7
 
8
  def findMismatchedStudents(file):
9
  # Use the corrected path
10
- base_dir = os.cwd()+"/processAttendance"
11
 
12
  # Construct file paths
13
  csvFileName = os.path.join(base_dir, "attendance.csv")
 
7
 
8
  def findMismatchedStudents(file):
9
  # Use the corrected path
10
+ base_dir = os.getcwd()+"/processAttendance"
11
 
12
  # Construct file paths
13
  csvFileName = os.path.join(base_dir, "attendance.csv")