quote.csv file bugfix

This commit is contained in:
tim
2024-08-06 16:17:32 -04:00
parent d0c60b7030
commit 77131eb0de

View File

@@ -291,6 +291,7 @@ class OHLCFileSeries:
try:
start, old_time, old_price = line.split(',')
except ValueError:
self.quote_file.seek(0)
line = None
if line:
# noinspection PyUnboundLocalVariable