From 86a66c8bd93f93d11ddbefd160d4840e7b975de6 Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Tue, 9 Apr 2019 16:20:13 -0500 Subject: [PATCH] Update git submodules * Update os-brick from branch 'master' - Fix invalid escape sequence warnings Starting with py36, DeprecationWarnings are raised for special characters in strings that are not being used as valid escape sequences. This addresses a couple instances we had for string replacement by changing the replacement strings to be raw strings. Change-Id: I93291e978aacaf3f639f32174605528f0038f13a Signed-off-by: Sean McGinnis --- os-brick | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os-brick b/os-brick index 614b2cb1d5..d71c267b9d 160000 --- a/os-brick +++ b/os-brick @@ -1 +1 @@ -Subproject commit 614b2cb1d50b98517cec41455e780b9328c2c8fe +Subproject commit d71c267b9da45f916fc90068d99af0ee6de86b71