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 883f426 commit 727c19fCopy full SHA for 727c19f
mysql_ch_replicator/converter_enum_parser.py
@@ -203,4 +203,4 @@ def _parse_enum_values(content):
203
result = parse_mysql_enum(t)
204
print("Input: {}\nParsed: {}\n".format(t, result))
205
except Exception as e:
206
- print("Error parsing {}: {}\n".format(t, e))
+ print("Error parsing {}: {}\n".format(t, e))
0 commit comments