Skip to content

Commit f32fb91

Browse files
TomAugspurgerproost
authored andcommitted
CI: Fixed flake8 format string
1 parent e666c78 commit f32fb91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/code_checks.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function invgrep {
3939
}
4040

4141
if [[ "$GITHUB_ACTIONS" == "true" ]]; then
42-
FLAKE8_FORMAT="##[error]%(path)s:%(row)s:%(col)s:%(code):%(text)s"
42+
FLAKE8_FORMAT="##[error]%(path)s:%(row)s:%(col)s:%(code)s:%(text)s"
4343
INVGREP_PREPEND="##[error]"
4444
else
4545
FLAKE8_FORMAT="default"

0 commit comments

Comments
 (0)