python 2.7- LDF import -
ldffile = "c519 jan 22 2016.ldf" open(ldffile) f: ldfdata = f.read() lin.setup(ldfdata=ldfdata, schedulelist=["main", "diagrequest", "diagresponse"], nad=0x66)
hi, code looks above. error stating
typeerror: 'ldfdata' invalid keyword argument function.
could me out in issue thanks
Comments
Post a Comment