Skip to content

Commit 727c19f

Browse files
committed
Fix
1 parent 883f426 commit 727c19f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysql_ch_replicator/converter_enum_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,4 +203,4 @@ def _parse_enum_values(content):
203203
result = parse_mysql_enum(t)
204204
print("Input: {}\nParsed: {}\n".format(t, result))
205205
except Exception as e:
206-
print("Error parsing {}: {}\n".format(t, e))
206+
print("Error parsing {}: {}\n".format(t, e))

0 commit comments

Comments
 (0)