fix slashes in acf xml names
This commit is contained in:
parent
acfd46c636
commit
c3370c63b3
@ -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']
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user