try again

This commit is contained in:
Vladimir Mandic
2023-06-18 16:30:59 -04:00
parent b5c5c3cca6
commit b340e3f40c
+2 -1
View File
@@ -61,7 +61,8 @@ switch_values_symbol = '\U000021C5' # ⇅
def create_output_panel(tabname, outdir): # may be referenced by extensions
return ui_common.create_output_panel(tabname, outdir)
a, b, c, _d, e = ui_common.create_output_panel(tabname, outdir)
return a, b, c, e
def plaintext_to_html(text): # may be referenced by extensions
return ui_common.plaintext_to_html(text)