yurilaaziz / config42

The config-manager package is a complete configuration reader and manager.
GNU General Public License v3.0
23 stars 5 forks source link

Not working in path including uppercase letters #11

Closed sinarezaei closed 4 years ago

sinarezaei commented 4 years ago

The library is not working in a directory with uppercase path because of line 7 in file.y

path = path.lower()
yurilaaziz commented 4 years ago

thank you for the issue, Yes I will fix it today.

sinarezaei commented 4 years ago

Thanks, I created a pull request for this

yurilaaziz commented 4 years ago

merged to master