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

Skip to content

Commit 084d10b

Browse files
authored
Add a comment
1 parent a0809c7 commit 084d10b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/pdb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1181,7 +1181,7 @@ def _msg_val_func(self, arg, func):
11811181
try:
11821182
val = self._getval(arg)
11831183
except:
1184-
return
1184+
return # _getval() has displayed the error
11851185
try:
11861186
self.message(func(val))
11871187
except:

0 commit comments

Comments
 (0)