Kaydet (Commit) 66575784 authored tarafından Larry Hastings's avatar Larry Hastings

Improve fix for issue #20300.

üst c4fe092b
......@@ -3448,7 +3448,7 @@ class DSLParser:
a.append('=')
value = p.converter.py_default
if not value:
value = str(p.converter.default)
value = repr(p.converter.default)
a.append(value)
s = fix_right_bracket_count(p.right_bracket_count)
s += "".join(a)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment