I am not a python expert but I am trying to execute the below script that compares and generate output of diff side by side.
https://github.com/wagoodman/diff2HtmlCompare
I am using python 3.8. When I execute the below command as given in doc:
python .\diff2HtmlCompare.py first.c second.c -c vs -s -p
I get the following error.
TypeError: wrap() missing 1 required positional argument: 'outfile'
I tried to trace the error but its seems like deep in some packages. Can anyone help me with the fix.
Traceback:
downloaded the code and executed the code. Also tried to traverse the package for the error but couldn't trace the root cause. The command is very simple but not working.