DKMS-LSL / typeloader

Other
8 stars 1 forks source link

ftp_pwd cannot contain % #45

Open irunonayran opened 3 months ago

irunonayran commented 3 months ago

ftp_pwd in config_company.ini is not allowed to contain %. Escaping was not a solution, as it seems to be parsed twice. Replacing ConfigParser() with ConfigParser(interpolation=None) in GUI_login.py allowed me to proceed, but it may have to be used project wide.

bmschoene commented 3 months ago

Thank you for bringing this to our attention. Special characters are a pain. I'll try to implement a fix in the next release.