forked from Hay1tsme/artemis
Fixes Capitalization on CrossBeats Read.py
This commit is contained in:
@ -38,7 +38,7 @@ class CxbReader(BaseReader):
|
||||
self.logger.info(f"Read csv from {bin_dir}")
|
||||
|
||||
try:
|
||||
fullPath = bin_dir + "/export.csv"
|
||||
fullPath = bin_dir + "/Export.csv"
|
||||
with open(fullPath, encoding="UTF-8") as fp:
|
||||
reader = csv.DictReader(fp)
|
||||
for row in reader:
|
||||
|
Reference in New Issue
Block a user