pachadotdev commented on pull request #10650:
URL: https://github.com/apache/arrow/pull/10650#issuecomment-880009474
nevermind... a spaces problem, which led to
```
___________ ERROR collecting archery/crossbow/tests/test_reports.py
____________
archery/crossbow/tests/test_reports.py:20: in <module>
from archery.crossbow.core import yaml
archery/crossbow/__init__.py:19: in <module>
from .reports import CommentReport, ConsoleReport, EmailReport # noqa
archery/crossbow/reports.py:124: in <module>
class JsonReport(Report):
archery/crossbow/reports.py:175: in JsonReport
self.getJsonTasks()
E NameError: name 'self' is not defined
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]