python-gitlab icon indicating copy to clipboard operation
python-gitlab copied to clipboard

Check getint, getboolean behavior in config file

Open nejch opened this issue 3 years ago • 0 comments

We were probably silently catching a lot of ValueError and TypeError in these excepts so far, especially for getboolean and getint. Not sure if we should also handle that in here? Haven't tested with offending values yet :)

Originally posted by @nejch in https://github.com/python-gitlab/python-gitlab/pull/2212#discussion_r936706808

nejch avatar Aug 07 '22 09:08 nejch

Since we haven't heard any complaints I'm thinking this might not be an issue at all, and people will just get the error thrown if they misconfigure their config files.

nejch avatar Aug 25 '22 09:08 nejch