Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
Courtney Peverley committed Jul 25, 2024
1 parent ba7746f commit 7fd861c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .lib/git-fleximod/git_fleximod/submodule.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 7fd861c

Please sign in to comment.