pyx12 icon indicating copy to clipboard operation
pyx12 copied to clipboard

Python3 compatibility issue with scripts/x12xml.py creating blocking error

Open ddw360 opened this issue 4 years ago • 1 comments

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.

ddw360 avatar May 07 '20 15:05 ddw360

Coverage Status

Coverage remained the same at 66.851% when pulling 9e33df8e3d530dadd9f71e32ea319b38b885a3e1 on ddw360:master into 9e624dd7c2d07e057da85fb6be858b6b56637ff4 on azoner:master.

coveralls avatar May 07 '20 15:05 coveralls