shangerxin/config-ini

Two points ":" causing error

shmox75 opened this issue · 2 comments

I have ini file

[FOLDERS]
DATA_ROOT_FOLDER=C:\wamp64\www\MyElectronAngularWorksFinal

When I do

parser.get('FOLDERS','DATA_ROOT_FOLDER')

I got [ConfigIniParser Error]: The specify option not found

When I remove the : string it works

Got it. Thanks for the feedback I will check and fix this issue soon

@shmox75 The issue is fixed. Please check the latest version. Thank you.