Fix for read DTC with csv option

This commit is contained in:
Marianpol 2020-04-12 14:52:25 +02:00
parent ceadc0962b
commit ca373640b9

View File

@ -355,7 +355,7 @@ class ECU:
self.show_commands(datarefs, path)
return
if mod_globals.opt_csv:
if mod_globals.opt_csv and mod_globals.ext_cur_DTC == '000000':
# prepare to csv save
self.minimumrefreshrate = 0
csvline = "sep=\\t\n"