2 comments:
Patchset:
My approach seems to be problematic. Not sure if it makes sense to take the effort to debug this.
File contrib/jenkins.sh:
Patch Set #4, Line 36: pip uninstall -y cmd2
I am getting error messages around the pip install/uninstall commandlines. In particular:
+ [ ! -d ./pysim-testdata/ ]
+ pip uninstall -y cmd2
Skipping cmd2 as it is not installed.
This does not make sense. Pylint should need a cmd2 version to be installed in order to do the linting. How can it even complain about things like constructor arguments when cmd2 is not installed?
To view, visit change 32719. To unsubscribe, or for help writing mail filters, visit settings.