##// END OF EJS Templates
Fix bug where extra mimekey would drop the full bundle. (#14301)
M Bussonnier -
r28594:112e5968 merge
parent child Browse files
Show More
@@ -634,7 +634,7 b' class Inspector(Colorable):'
634 634 if k in ("text/html", "text/plain"):
635 635 continue
636 636 else:
637 new_b = bundle[k] # type:ignore
637 new_b[k] = bundle[k] # type:ignore
638 638 return new_b
639 639
640 640 def _append_info_field(
General Comments 0
You need to be logged in to leave comments. Login now