From 66a9ca9d00a3bb4e707c76ec6f8c5f90aa48065f Mon Sep 17 00:00:00 2001 From: AUTOMATIC <16777216c@gmail.com> Date: Tue, 6 Sep 2022 12:34:15 +0300 Subject: fixes for incorrect progressbar --- scripts/prompt_matrix.py | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts/prompt_matrix.py') diff --git a/scripts/prompt_matrix.py b/scripts/prompt_matrix.py index 720d7583..6d27df5a 100644 --- a/scripts/prompt_matrix.py +++ b/scripts/prompt_matrix.py @@ -31,7 +31,6 @@ def draw_xy_grid(xs, ys, x_label, y_label, cell): first_pocessed = processed res.append(processed.images[0]) - state.nextjob() grid = images.image_grid(res, rows=len(ys)) grid = images.draw_grid_annotations(grid, res[0].width, res[0].height, hor_texts, ver_texts) -- cgit v1.2.3