Fix Python SyntaxError
Python has started warning about invalid escape sequences in strings. This fixes the warning by escaping the backslash in question. It seems Python was already (correctly) printing the literal backslash despite the warning, so no behavioral change. Bug: None Change-Id: I2d5d8d56b989d9a1bb87aba69af0ebac0209a7a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/6299490 Commit-Queue: Devon Loehr <dloehr@google.com> Reviewed-by: Brian Ryner <bryner@google.com>changes/90/6299490/3
parent
6e0fc6aaa1
commit
33522b8bbe
Loading…
Reference in New Issue