pyx12
pyx12 copied to clipboard
Python3 compatibility issue with scripts/x12xml.py creating blocking error
Addresses issue reported in #48
In Python3 boolean comparison operator usage with 0 when value is None are no longer equivalent.
Modification is made to the scripts/x12xml.py file to first check if args.verbose is not None and has a valid integer type before further evaluation with a boolean comparison operator.