Comment 10 for bug 1799926

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to instack-undercloud (stable/pike)

Reviewed: https://review.openstack.org/619048
Committed: https://git.openstack.org/cgit/openstack/instack-undercloud/commit/?id=3a0e8ae21ba5c0f17b31ec99a2f85f751ae1d2b1
Submitter: Zuul
Branch: stable/pike

commit 3a0e8ae21ba5c0f17b31ec99a2f85f751ae1d2b1
Author: Sofer Athlan-Guyot <email address hidden>
Date: Thu Oct 25 12:55:50 2018 +0200

    Fix pep8 stricter requirement about backslash (W605)

    Python will become stricter about backslash requirement and all
    unknown escape sequence will be forbidden. PEP8 adjusted for that and
    raises a W605 error.

    Change-Id: Id9404f4e10bfa7b1b207a40f71832b269f7cfbb6
    Closes-Bug: #1799926
    (cherry picked from commit 1c58cb1e8c3fb656bc134720f7446c35d82cbdfe)