Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8762595

Browse files
committed
Merge patchcheck changes with 3.2
2 parents 69c753d + 5e12bb7 commit 8762595

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Tools/scripts/patchcheck.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,9 @@ def main():
173173

174174
# Test suite run and passed.
175175
if python_files or c_files:
176+
end = " and check for refleaks?" if c_files else "?"
176177
print()
177-
print("Did you run the test suite?")
178+
print("Did you run the test suite" + end)
178179

179180

180181
if __name__ == '__main__':

0 commit comments

Comments
 (0)