From 40697d7c51e29ad13280164ffee4c860f99dfd99 Mon Sep 17 00:00:00 2001 From: Zuul Date: Thu, 26 Oct 2023 10:39:22 +0000 Subject: [PATCH] Update git submodules * Update osc-lib from branch 'master' to 3f47018de8d5f7a83425e1d2d08ce2e3c7a33534 - Merge "utils: Don't warn for partial formatter classes" - utils: Don't warn for partial formatter classes We make use of functools.partial in OSC to allow us to pass additional configuration to formatters. This incorrectly results in a warning being raised for these formatters since they are of type 'partial', not 'type'. DeprecationWarning: The usage of formatter functions is now discouraged. Consider using cliff.columns.FormattableColumn instead. See reviews linked with bug 1687955 for more detail. Add a special handler for these since it's likely a somewhat widespread pattern. Change-Id: Icf8644d51e1f6fa9fc3a5896edd76db1c4ec38f0 Signed-off-by: Stephen Finucane --- osc-lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc-lib b/osc-lib index 32b640f3c0..3f47018de8 160000 --- a/osc-lib +++ b/osc-lib @@ -1 +1 @@ -Subproject commit 32b640f3c058936389911465489ff9bb22f2fe7d +Subproject commit 3f47018de8d5f7a83425e1d2d08ce2e3c7a33534