From de6f4dd5ee6349ad43786407e3659c8b52483408 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 17:31:06 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- stitching/verbose.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stitching/verbose.py b/stitching/verbose.py index ecbb018..d5de93e 100644 --- a/stitching/verbose.py +++ b/stitching/verbose.py @@ -9,7 +9,7 @@ def verbose_stitching(stitcher, images, feature_masks=[], verbose_dir=None): _dir = "." if verbose_dir is None else verbose_dir - + with open(verbose_output(_dir, "00_stitcher.txt"), "w") as file: file.write(type(stitcher).__name__ + "(**" + str(stitcher.kwargs) + ")")