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 8683499 commit c6238a5Copy full SHA for c6238a5
pymysqlreplication/row_event.py
@@ -633,7 +633,7 @@ def _dump(self):
633
row["none_sources"][key] if key in row["none_sources"] else ""
634
)
635
if none_source:
636
- print(f"* {key} : row['values'][key] ({none_source})")
+ print(f"* {key} : {row['values'][key]} ({none_source})")
637
else:
638
print(f"* {key} : {row['values'][key]}")
639
0 commit comments