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

Skip to content

Commit 1a34c87

Browse files
committed
make the output of _test() suitable for use in the regression test
1 parent e27a7b8 commit 1a34c87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/Bastion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def total(self):
155155
else:
156156
print "accessible"
157157
try:
158-
print "b._get_.func_defaults =", b._get_.func_defaults,
158+
print "b._get_.func_defaults =", map(type, b._get_.func_defaults),
159159
except:
160160
print "inaccessible"
161161
else:

0 commit comments

Comments
 (0)