mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
L #-: fix linting typo (#2156)
This commit is contained in:
parent
ba5de1e300
commit
02db555402
@ -1031,7 +1031,9 @@ class ServiceLCM
|
||||
@event_manager.cancel_action(service_id)
|
||||
|
||||
service.set_state(Service::STATE['FAILED_DEPLOYING'])
|
||||
service.roles[role_name].set_state(Role::STATE['FAILED_DEPLOYING'])
|
||||
service.roles[role_name].set_state(
|
||||
Role::STATE['FAILED_DEPLOYING']
|
||||
)
|
||||
|
||||
service.update
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user