Follow pep8

Change-Id: I3567c7d74db8292c5728af7864cee5b8c23a6f6b
This commit is contained in:
wangjiaqi07 2023-07-04 21:03:08 +08:00
parent ef5315e47a
commit 4b54eb5036
1 changed files with 2 additions and 2 deletions

View File

@ -175,8 +175,8 @@ class ExtARQJobMixin(object):
LOG.error("ARQs(%s) bind has not finished, status is %s.",
uuid, status)
break
elif state in constants.ARQ_OUFOF_BIND_FLOW + [
constants.ARQ_BIND_FAILED]:
elif state in constants.ARQ_OUFOF_BIND_FLOW + \
[constants.ARQ_BIND_FAILED]:
# OPEN ignore ARQ_OUFOF_BIND_FLOW?
status = constants.ARQ_BIND_STATUS_FAILED
LOG.error("ARQs(%s) bind status sync error, status is %s.",