You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/10/24 11:56:00 UTC

[jira] [Updated] (ARROW-3606) [Python] flake8 fails on Crossbow

     [ https://issues.apache.org/jira/browse/ARROW-3606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated ARROW-3606:
----------------------------------
    Labels: pull-request-available  (was: )

> [Python] flake8 fails on Crossbow
> ---------------------------------
>
>                 Key: ARROW-3606
>                 URL: https://issues.apache.org/jira/browse/ARROW-3606
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Continuous Integration, Developer Tools, Python
>    Affects Versions: 0.12.0
>            Reporter: Antoine Pitrou
>            Priority: Major
>              Labels: pull-request-available
>
> It starts failing with flake8 3.6.0 (3.5.0 is fine):
> {code}
> +python3 -m flake8 --count /home/travis/build/apache/arrow/dev/tasks
> /home/travis/build/apache/arrow/dev/tasks/crossbow.py:289:12: W605 invalid escape sequence '\/'
> /home/travis/build/apache/arrow/dev/tasks/crossbow.py:289:17: W605 invalid escape sequence '\/'
> /home/travis/build/apache/arrow/dev/tasks/crossbow.py:289:22: W605 invalid escape sequence '\/'
> /home/travis/build/apache/arrow/dev/tasks/crossbow.py:289:27: W605 invalid escape sequence '\/'
> /home/travis/build/apache/arrow/dev/tasks/crossbow.py:289:29: W605 invalid escape sequence '\.'
> /home/travis/build/apache/arrow/dev/tasks/crossbow.py:289:35: W605 invalid escape sequence '\.'
> /home/travis/build/apache/arrow/dev/tasks/crossbow.py:304:11: W605 invalid escape sequence '\w'
> /home/travis/build/apache/arrow/dev/tasks/crossbow.py:304:13: W605 invalid escape sequence '\/'
> /home/travis/build/apache/arrow/dev/tasks/crossbow.py:304:22: W605 invalid escape sequence '\d'
> 9
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)