From 11a8541ef41987d4099caa363a518eb073ac586c Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 15:09:40 +0000 Subject: [PATCH] style: format code with Black and PHP CS Fixer This commit fixes the style issues introduced in ec93e26 according to the output from Black and PHP CS Fixer. Details: None --- services/mmc/plugins/pkgs/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/mmc/plugins/pkgs/__init__.py b/services/mmc/plugins/pkgs/__init__.py index 2e1d3592dc..43aab1dab4 100644 --- a/services/mmc/plugins/pkgs/__init__.py +++ b/services/mmc/plugins/pkgs/__init__.py @@ -1862,7 +1862,7 @@ def create_msg_xmpp_quick_deploy(folder, create=False): def save_xmpp_json(folder, json_content): logger = logging.getLogger() logger.debug("JSON content: %s" % json_content) - json_content = json_content.replace('\\', '\\\\') + json_content = json_content.replace("\\", "\\\\") structpackage = json.loads(json_content) qdeploy_generate(folder) keysupp = [