Show More
@@ -873,6 +873,8 b' class VerboseTB(TBTools):' | |||||
873 |
|
873 | |||
874 | if func == '?': |
|
874 | if func == '?': | |
875 | call = '' |
|
875 | call = '' | |
|
876 | elif func == '<module>': | |||
|
877 | call = tpl_call % (func, '') | |||
876 | else: |
|
878 | else: | |
877 | # Decide whether to include variable details or not |
|
879 | # Decide whether to include variable details or not | |
878 | var_repr = self.include_vars and eqrepr or nullrepr |
|
880 | var_repr = self.include_vars and eqrepr or nullrepr |
General Comments 0
You need to be logged in to leave comments.
Login now