-
Notifications
You must be signed in to change notification settings - Fork 184
Closed
Labels
Description
Hi,
sorry for the disturb, your gumtree project is amazing!
I did not find the solution online for my problem. I am trying to use gum tree for a diff between two python files. i copied pythonparser file on /tmp and I added it on the system path, but when, for example, I run: ./gumtree diff main.cpp main2.cpp
the output is a generic error without other information:
** Error while running client diff: java.lang.RuntimeException:
The same error using two .cpp files.
I tried also copy pythonparser in usr/bin folder that is in my system path, but the same problem. Do you know why?
