plone / plone.recipe.codeanalysis

provides static code analysis for Buildout-based Python projects, including flake8, JSHint, CSS Lint, and other code checks
https://pypi.org/project/plone.recipe.codeanalysis/
11 stars 5 forks source link

ValueError: zero length field name in format #77

Closed hvelarde closed 10 years ago

hvelarde commented 10 years ago

example: https://travis-ci.org/collective/collective.classifieds/jobs/24474653

tisto commented 10 years ago

@hvelarde I run into the same problem. Seems like this regression has been introduced in the latest release.

tisto commented 10 years ago

@hvelarde I fixed the issue. Please give it a try and let me know if it works for you so I can make a release.

tisto commented 10 years ago

@hvelarde I had to revert my commit because it broke the travis build. Though, reverting did not help. Seems like something else changed in the meantime that makes the build break.

tisto commented 10 years ago

@hvelarde Ok. The fix is in, no idea why travis failed in the first place. Let me know if it works for you now...

hvelarde commented 10 years ago

great, thanks!