kszucs commented on pull request #10650: URL: https://github.com/apache/arrow/pull/10650#issuecomment-880020349
> 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 > ``` `self` is avilable in the method's budy, but it seems like that line is outside of the method. Could you try to indent that line to align with the rest of the method's body? -- 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]
