This commit is contained in:
Михаил Капелько
2023-12-28 14:46:52 +03:00
parent 836adabe08
commit 55e0afa2a5
2 changed files with 5 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ def sectionGeneratedPipes(entity, sub, c):
shortSrc = shortenName(key)
# SRC.
src = pipeSource(key, entity)
src = pipeSource(key, entity, c.structure)
fmtPipe = pipeFormat(fmtExRecent, fmtRecent, fmtSet, fmtToggle, fmtToggleNil, key, entity)
for fmt in fmtPipe: