Fix for read DTC with csv option
This commit is contained in:
parent
ceadc0962b
commit
ca373640b9
@ -355,7 +355,7 @@ class ECU:
|
|||||||
self.show_commands(datarefs, path)
|
self.show_commands(datarefs, path)
|
||||||
return
|
return
|
||||||
|
|
||||||
if mod_globals.opt_csv:
|
if mod_globals.opt_csv and mod_globals.ext_cur_DTC == '000000':
|
||||||
# prepare to csv save
|
# prepare to csv save
|
||||||
self.minimumrefreshrate = 0
|
self.minimumrefreshrate = 0
|
||||||
csvline = "sep=\\t\n"
|
csvline = "sep=\\t\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user