apacheconfig icon indicating copy to clipboard operation
apacheconfig copied to clipboard

Provide option to avoid quoting values while dumping data

Open deeparora29 opened this issue 6 years ago • 1 comments

Is there a way we can provide option to avoid this quoting string values while dumping strings when they have special characters?

def _dump_dict(): .......... if val.isalnum(): text += '%s%s %s\n' % (spacing, key, val) else: text += '%s%s "%s"\n' % (spacing, key, val)

deeparora29 avatar Nov 28 '19 12:11 deeparora29

@sydneyli Would you please take a look...? ;-)

etingof avatar Dec 12 '19 22:12 etingof