mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
sb: Fix Python 3.12 safeConfigParser and invalid escape sequences
Updates #4968
This commit is contained in:
@@ -110,7 +110,7 @@ def _load_released_version_config():
|
||||
import configparser
|
||||
except ImportError:
|
||||
import ConfigParser as configparser
|
||||
v = configparser.SafeConfigParser()
|
||||
v = configparser.ConfigParser()
|
||||
try:
|
||||
v.read(path.host(ver))
|
||||
except Exception as e:
|
||||
|
Reference in New Issue
Block a user