From a35ffcfbd4fc0dedffdb4462725efa62d4f72869 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B8=D1=85=D0=B0=D0=B8=D0=BB=20=D0=9A=D0=B0=D0=BF?= =?UTF-8?q?=D0=B5=D0=BB=D1=8C=D0=BA=D0=BE?= Date: Mon, 8 Jan 2024 17:48:00 +0300 Subject: [PATCH] d --- Utilities/platform/2/generation/pipeBusSource.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Utilities/platform/2/generation/pipeBusSource.py b/Utilities/platform/2/generation/pipeBusSource.py index decca2e..d5358a6 100644 --- a/Utilities/platform/2/generation/pipeBusSource.py +++ b/Utilities/platform/2/generation/pipeBusSource.py @@ -2,9 +2,11 @@ from generation.isPipeMany import * def pipeBusSource(name, entity, busKey, structure, fmt): valueType = structure.model.fields[name][0] + print(f"pipeBS-1 name: '{name}'") if isPipeMany(name, entity): itemType = structure.model.fields[key][0] valueType = f"MPAK.Many<{itemType}>" + print(f"pipeBS-2 name: '{name}'") return fmt \ .replace("%BUS_KEY%", busKey) \