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/xy_grid.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'scripts/xy_grid.py') diff --git a/scripts/xy_grid.py b/scripts/xy_grid.py index 7f6842b0..11be7a1b 100644 --- a/scripts/xy_grid.py +++ b/scripts/xy_grid.py @@ -80,8 +80,6 @@ def draw_xy_grid(xs, ys, x_label, y_label, cell): 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