fix(commit_footer): fix bug introduced in code quality commit

#7
This commit is contained in:
2021-08-12 14:46:26 +09:30
parent ccc601f641
commit 2ac22c0e91

View File

@ -59,7 +59,7 @@ class Commits:
commit_footer = re.findall(r"([\!|\#][0-9]+)", str(git_message))
if len(footer) > 0:
if len(commit_footer) > 0:
footer = commit_footer
else:
footer = False