You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a reason that parameters are getting wrapped with double-quotes in this case? I'm using this to work with aws config files and it is an issue for me.
The text was updated successfully, but these errors were encountered:
@evanstachowiak can you checkout, and try the master branch? pushed up a change.. the default is to quote config values by default, however you can now disable quoting:
Hope that helps. Also, it has been years since I've coded with Ruby (everything I do is Python now), so if you have any interested in helping maintain this library please let me know. It could really use some love.
I believe this is the culprit:
https://github.com/datafolklabs/ruby-parseconfig/blob/master/lib/parseconfig.rb#L161
Is there a reason that parameters are getting wrapped with double-quotes in this case? I'm using this to work with aws config files and it is an issue for me.
The text was updated successfully, but these errors were encountered: