Skip to content

StringConverter: Do not unescape when value is a path variable

Abinash Senapati requested to merge Techievena/coala-utils:dev into master

StringConverter.__str__ unescapes the value string which causes fails in Windows platform

Fixes #27

Merge request reports