mirror of
https://github.com/xcat2/confluent.git
synced 2025-01-26 19:10:30 +00:00
Correct syntax error in selfservice
This commit is contained in:
parent
2481759d44
commit
2c30d4069c
@ -166,7 +166,7 @@ def handle_request(env, start_response):
|
||||
targattr = 'deployment.stagedprofile'
|
||||
elif update['status'] == 'complete':
|
||||
targattr = 'deployment.profile'
|
||||
else
|
||||
else:
|
||||
raise Exception('Unknown update status request')
|
||||
currattr = cfg.get_node_attributes(nodename, 'deployment.*').get(
|
||||
nodename, {})
|
||||
|
Loading…
x
Reference in New Issue
Block a user