mirror of
https://github.com/vladmandic/automatic
synced 2026-09-20 01:31:13 +02:00
+2
-2
@@ -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
Reference in New Issue
Block a user