##// END OF EJS Templates
Merge pull request #10515 from Carreau/std-tb...
Thomas Kluyver -
r23599:30dced87 merge
parent child Browse files
Show More
@@ -870,7 +870,7 b' class VerboseTB(TBTools):'
870 pass
870 pass
871
871
872 file = py3compat.cast_unicode(file, util_path.fs_encoding)
872 file = py3compat.cast_unicode(file, util_path.fs_encoding)
873 link = tpl_link % file
873 link = tpl_link % util_path.compress_user(file)
874 args, varargs, varkw, locals = inspect.getargvalues(frame)
874 args, varargs, varkw, locals = inspect.getargvalues(frame)
875
875
876 if func == '?':
876 if func == '?':
General Comments 0
You need to be logged in to leave comments. Login now