fix save of the favourite parameters list
This commit is contained in:
parent
838520e001
commit
f472907e80
@ -577,8 +577,8 @@ class ECU:
|
|||||||
csvline += ";" + pyren_encode(c)
|
csvline += ";" + pyren_encode(c)
|
||||||
continue
|
continue
|
||||||
kb.set_normal_term()
|
kb.set_normal_term()
|
||||||
|
self.saveFavList()
|
||||||
if mod_globals.opt_csv and csvf!=0:
|
if mod_globals.opt_csv and csvf!=0:
|
||||||
self.saveFavList()
|
|
||||||
if mod_globals.opt_csv_human:
|
if mod_globals.opt_csv_human:
|
||||||
csvf.close()
|
csvf.close()
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user