Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-03-19 09:00:06 -04:00
parent 1e0f512ccb
commit 9c0846ba4f
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -131,8 +131,8 @@ def grid(x_file: str, y_file: str):
for i in range(max(1, len(x))):
if len(x) > i:
set_param(x[i])
if len(y) > i:
set_param(y[i])
if len(y) > j:
set_param(y[j])
images = generate(i, j)
if images is not None and len(images) > 0:
horizontal.extend(images)
+1 -1
Submodule wiki updated: 6593476c0c...d50882dcb8