Remove redundant code

This commit is contained in:
ShrLnm 2021-10-10 09:07:15 +00:00
parent 104540ef1c
commit a27516ac59

View File

@ -88,10 +88,10 @@ def get_default_std_a( df, mn, se, elm, calc, getDTCmnemo ):
isAlive = mod_globals.language_dict['16882'] #ALIVE isAlive = mod_globals.language_dict['16882'] #ALIVE
else: else:
isAlive = mod_globals.language_dict['646'] #MEMORISED 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:]
continue # continue
# Now get the interpretation # Now get the interpretation