You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/07/14 16:04:38 UTC

[GitHub] [arrow] kszucs commented on pull request #10650: ARROW-13058: This is a draft to provide save-report

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org