python-patch
python-patch copied to clipboard
Fixed encoding error when using --debug in python 3
If you run with the --debug flag in Python 3 then the script exits because p.source and p.target are bytes rather than string.