We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42f3e54 commit 6d31d46Copy full SHA for 6d31d46
bpython/repl.py
@@ -594,6 +594,7 @@ def get_source_of_current_name(self):
594
current name in the current input line. Throw `SourceNotFound` if the
595
source cannot be found."""
596
obj = self.current_func
597
+ msg = "Unexpected error retrieving source code for %s" % (obj,)
598
try:
599
if obj is None:
600
line = self.current_line
0 commit comments