fix slashes in acf xml names

This commit is contained in:
shrlnm 2023-01-05 14:14:30 +03:00
parent acfd46c636
commit c3370c63b3

View File

@ -107,6 +107,8 @@ def acf_MTC_generateDefaults( m, mtc ):
if ddtxml.upper().endswith('.XML'):
ddtxml = ddtxml[:-4]
ddtxml = ddtxml.replace('\\', '_')
if m['ecuname']=='':
m['ecuname'] = m['dst']