kszucs commented on pull request #10650:
URL: https://github.com/apache/arrow/pull/10650#issuecomment-880018883


   > I got stuck with this
   > 
   > ```
   > 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
   > E     File 
"/home/pacha/github/arrow/dev/archery/archery/crossbow/reports.py", line 175
   > E       self.getJsonTasks()
   > E                          ^
   > E   IndentationError: unindent does not match any outer indentation level
   > ```
   
   This is usually due to an extra or missing whitespace at the begining of the 
line. Python requires consistent indentation.


-- 
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]


Reply via email to