2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 09:32:21 +00:00

Fix mistake in the redfish access protection

It contained a syntax error.
This commit is contained in:
Jarrod Johnson 2020-02-11 14:22:19 -05:00
parent cce6b824de
commit 9879a83a10

View File

@ -1358,7 +1358,7 @@ class IpmiHandler(object):
if not os.access(filename, os.R_OK):
errstr = ('{0} is not readable by confluent on {1} '
'(ensure confluent user or group can access file '
'and parent directories)'.format(
'and parent directories)').format(
filename, socket.gethostname())
self.output.put(msg.ConfluentNodeError(self.node, errstr))
return