forked from Hay1tsme/artemis
Merge pull request 'Fix Crossbeats Read Script' (#201) from Galexion/artemis:develop into develop
Reviewed-on: Hay1tsme/artemis#201
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