TigerShark icon indicating copy to clipboard operation
TigerShark copied to clipboard

generate parser error

Open brandonwbrown opened this issue 8 years ago • 0 comments

When i try to generate my own 835 5010 with:

python ../tools/convertPyX12.py 835.5010.X221.A1.xml M835_5010_X221_A1.py -b ../pyx12/pyx12/map/ -n parsed_835

i get lots of DEBUG messages and then:

Traceback (most recent call last):
  File "../tools/convertPyX12.py", line 593, in <module>
    writeFile(args.base_dir, args.py_file, name, x12, args.structure)
TypeError: writeFile() takes at most 4 arguments (5 given)

i'm guessing this is because TigerShark is based on pyx12 v2.0 and we're at 2.3.1 at the moment.

brandonwbrown avatar Sep 21 '16 20:09 brandonwbrown