Skip to content

Commit

Permalink
Fix pylint runner
Browse files Browse the repository at this point in the history
  • Loading branch information
janezd committed Apr 15, 2023
1 parent eeb432b commit c2926df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_pylint_diff.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Number_of_issues ()
cached="$1"
{ cat "$cached" 2>/dev/null ||
echo "$CHANGED_FILES" |
xargs "$PYLINT" $PYLINT_ARGS |
xargs "$PYLINT" "$PYLINT_ARGS" |
tee "$cached"
} | awk -F'[\\. ]' '/^Your code has been rated at /{ print $7 }' || true
}
Expand Down

0 comments on commit c2926df

Please sign in to comment.