We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16480ae commit 3d1bbc4Copy full SHA for 3d1bbc4
Orange/widgets/data/owcolor.py
@@ -800,7 +800,7 @@ def was(n, o):
800
table = "".join(f"<tr><th>{name}</th></tr>{rows}"
801
for name, rows in sections if rows)
802
if table:
803
- self.report_raw(r"<table>{table}</table>")
+ self.report_raw(f"<table>{table}</table>")
804
805
@classmethod
806
def migrate_context(cls, context, version):
0 commit comments