Juan del Peral
Juan del Peral
Simon, It would be great to check the parent folder. Something like: ``` python if not os.path.isdir("./git") or not os.path.isdir("../git"): self._runGit(["init"]) ```
Also, I think this works only in the master branch, it would be great to maintain the current branch :) ``` python self._runGit(["checkout", "master"]) ```
any solution to this? Thanks
Thanks @chrissimpkins I had the same issue and with this is solved
Nice! I can help with it. How do I build or run tests locally?
I (blindly) added a possible fix, but I cant generate the HTMLs properly I tried using `python src/diffenator2/__main__.py diff -fb ...` but it seems that I'm getting a cached version,...