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:
parent
cce6b824de
commit
9879a83a10
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user