mirror of
https://github.com/xcat2/confluent.git
synced 2026-04-12 11:51:30 +00:00
Correct syntax error in selfservice
This commit is contained in:
@@ -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, {})
|
||||
|
||||
Reference in New Issue
Block a user