Merge "Use ConfigParser instead of SafeConfigParser"
This commit is contained in:
commit
026c5b9b7c
@ -63,7 +63,7 @@ class ContainerSyncRealms(object):
|
|||||||
if mtime != self.conf_path_mtime:
|
if mtime != self.conf_path_mtime:
|
||||||
self.conf_path_mtime = mtime
|
self.conf_path_mtime = mtime
|
||||||
try:
|
try:
|
||||||
conf = configparser.SafeConfigParser()
|
conf = configparser.ConfigParser()
|
||||||
conf.read(self.conf_path)
|
conf.read(self.conf_path)
|
||||||
except configparser.ParsingError as err:
|
except configparser.ParsingError as err:
|
||||||
self.logger.error(
|
self.logger.error(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user