From 7fd861ce1fb5961c642656b3a282273e03c4070f Mon Sep 17 00:00:00 2001 From: Courtney Peverley Date: Thu, 25 Jul 2024 10:37:55 -0600 Subject: [PATCH] fix indent --- .lib/git-fleximod/git_fleximod/submodule.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.lib/git-fleximod/git_fleximod/submodule.py b/.lib/git-fleximod/git_fleximod/submodule.py index 52633c7c..5d92f6a9 100644 --- a/.lib/git-fleximod/git_fleximod/submodule.py +++ b/.lib/git-fleximod/git_fleximod/submodule.py @@ -141,7 +141,7 @@ def status(self): testfails = True needsupdate = True else: - if atag: + if atag: result = f"e {self.name:>20} has no fxtag defined in .gitmodules, module at {atag}" else: result = f"e {self.name:>20} has no fxtag defined in .gitmodules, module at {ahash}"