indentation mistake fix
This commit is contained in:
parent
8386ce5fc3
commit
104540ef1c
@ -84,8 +84,10 @@ def get_default_std_a( df, mn, se, elm, calc, getDTCmnemo ):
|
|||||||
continue
|
continue
|
||||||
|
|
||||||
isAlive = ""
|
isAlive = ""
|
||||||
if df[dtc].status==1: isAlive = mod_globals.language_dict['16882'] #ALIVE
|
if df[dtc].status==1:
|
||||||
else: isAlive = mod_globals.language_dict['646'] #MEMORISED
|
isAlive = mod_globals.language_dict['16882'] #ALIVE
|
||||||
|
else:
|
||||||
|
isAlive = mod_globals.language_dict['646'] #MEMORISED
|
||||||
if not mod_globals.opt_minordtc:
|
if not mod_globals.opt_minordtc:
|
||||||
if df[dtc].status==0: #ignore error if it's definition does not exist
|
if df[dtc].status==0: #ignore error if it's definition does not exist
|
||||||
DTCs = DTCs[9:]
|
DTCs = DTCs[9:]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user