Skip to content

Commit

Permalink
xls
Browse files Browse the repository at this point in the history
  • Loading branch information
yasinthanvickneswaran committed Jan 31, 2024
1 parent e2913d4 commit 3bb9efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c302/W_SpreadsheetDataReader.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from xlrd import open_workbook
import os

spreadsheet_location = os.path.dirname(os.path.abspath(__file__))+"/data/"
spreadsheet_location = os.path.dirname(os.path.abspath(__file__))+"data/"

from c302 import print_

Expand Down

0 comments on commit 3bb9efa

Please sign in to comment.