sourcepawn icon indicating copy to clipboard operation
sourcepawn copied to clipboard

Update use of Removed ConfigParser.readfp() Function

Open c0rp3n opened this issue 2 months ago • 0 comments

Solution

This was replaced with read_file() in version 3.2. Added a try cactch block around this code so we can delegate through to either version.

Testing

Testing scripts runs correctly with python 3.12.4.

c0rp3n avatar Jun 09 '24 14:06 c0rp3n