Skip to content

Commit d60bec6

Browse files
shtromzzzeid
andcommitted
Update src/lando/utils/landing_checks.py
Co-authored-by: Zeid <2043828+zzzeid@users.noreply.github.com>
1 parent 87741bf commit d60bec6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lando/utils/landing_checks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ def build_error_message(self) -> str:
119119

120120
if self.disallowed_changes:
121121
return_error_message.append(f"{self.error_message}:")
122-
123122
return_error_message.append(wrap_filenames(self.disallowed_changes))
124123

125124
return f"{' '.join(return_error_message)}."

0 commit comments

Comments
 (0)