Skip to content

Commit 3d1bbc4

Browse files
committed
OWColor: Fix report
1 parent 16480ae commit 3d1bbc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Orange/widgets/data/owcolor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ def was(n, o):
800800
table = "".join(f"<tr><th>{name}</th></tr>{rows}"
801801
for name, rows in sections if rows)
802802
if table:
803-
self.report_raw(r"<table>{table}</table>")
803+
self.report_raw(f"<table>{table}</table>")
804804

805805
@classmethod
806806
def migrate_context(cls, context, version):

0 commit comments

Comments
 (0)