File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ See Also
283283.. _trepan2 : https://pypi.python.org/pypi/trepan2
284284.. _trepan3 : https://github.com/rocky/python3-trepan
285285.. _trepanxpy : https://pypi.python.org/pypi/trepanxpy
286- .. _other : https://www.npmjs.com/package/trepanjs
286+ .. _other : https://repology.org/project/zshdb/versions
287287.. _trepanning : https://rubygems.org/gems/trepanning
288288.. _debuggers : https://metacpan.org/pod/Devel::Trepan
289289.. _this : http://bashdb.sourceforge.net/pydb/features.html
Original file line number Diff line number Diff line change @@ -867,7 +867,8 @@ def process_command(self):
867867 elif not self .settings ("autoeval" ):
868868 self .undefined_cmd (current_command )
869869 else :
870- self .exec_line (current_command )
870+ # Autoeval
871+ self ._saferepr (self .exec_line (current_command ))
871872 pass
872873 pass
873874 pass
You can’t perform that action at this time.
0 commit comments