quote.csv file bugfix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user