8000 modify test image · matplotlib/matplotlib@c5864d8 · GitHub
[go: up one dir, main page]

Skip to content

Commit c5864d8

Browse files
committed
modify test image
1 parent be76008 commit c5864d8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/clean_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
cut --fields 2 | sort | uniq --repeated |
2727
grep -E '.(png|pdf|ps|eps|svg)')"
2828
if [[ -n "$am" ]]; then
29-
printf 'The following images were both added and modified in this PR:\n%s\n' "$ad"
29+
printf 'The following images were both added and modified in this PR:\n%s\n' "$am"
3030
exit 1
3131
fi

test.png

2.63 KB
Loading

0 commit comments

Comments
 (0)
0