Skip to content

Commit f04488e

Browse files
committed
Merge 3.2
2 parents 14eba5f + fbc5ff6 commit f04488e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Tools/scripts/patchcheck.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,9 @@ def main():
141141
reported_news(special_files)
142142

143143
# Test suite run and passed.
144-
print()
145-
print("Did you run the test suite?")
144+
if python_files or c_files:
145+
print()
146+
print("Did you run the test suite?")
146147

147148

148149
if __name__ == '__main__':

0 commit comments

Comments
 (0)