mirror of
https://github.com/python/cpython.git
synced 2025-07-29 06:05:00 +00:00
It's verbose, not debug
This commit is contained in:
parent
ac5742e0fe
commit
f66f95d419
1 changed files with 1 additions and 1 deletions
|
@ -1103,7 +1103,7 @@ def isTipcAvailable():
|
|||
for line in f:
|
||||
if line.startswith("tipc "):
|
||||
return True
|
||||
if test_support.debug:
|
||||
if test_support.verbose:
|
||||
print "TIPC module is not loaded, please 'sudo modprobe tipc'"
|
||||
return False
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue