Skip to content

Commit

Permalink
Merge pull request #50 from yongjiel/ECMSCC-9663
Browse files Browse the repository at this point in the history
[ECMSCC-9663] CAM CLC Management problem
  • Loading branch information
EfrenRey authored May 13, 2020
2 parents 707e8b1 + ed229b7 commit 6dfae06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clc/APIv2/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ def _Operation(self,operation):
return(clc.v2.Requests(
clc.v2.API.Call(
'POST',
'operations/%s/servers/%s' % (self.alias,operation),'["%s"]' % self.id,
'operations/%s/servers/%s' % (self.alias,operation),json.dumps([self.id]),
session=self.session),
alias=self.alias,
session=self.session))
Expand Down

0 comments on commit 6dfae06

Please sign in to comment.