Comment 4 for bug 1934671

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to config (master)

Reviewed: https://review.opendev.org/c/starlingx/config/+/802509
Committed: https://opendev.org/starlingx/config/commit/04d9e3ed7fcc42b4ed64cfe0ba1b3537ba4120bc
Submitter: "Zuul (22348)"
Branch: master

commit 04d9e3ed7fcc42b4ed64cfe0ba1b3537ba4120bc
Author: Charles Short <email address hidden>
Date: Mon Jul 5 08:32:24 2021 -0400

    Fix traceback while running agent

    In python2 an invalid escape error was treated as a literal, in python3
    it is treated as an error.

    Tested code snipped on both centos7(python2.7) and centos8(python3.6).

    Closes-bug: 1934671

    Signed-off-by: Charles Short <email address hidden>
    Change-Id: I81936c2e643a687d5aeef33c9531550acf647259
    (cherry picked from commit bfb7eac273333b02e8ad8869cb3e0b1e7a8caf1e)