X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Fmethods%2FSliverStatus.py;fp=sfa%2Fmethods%2FSliverStatus.py;h=4eb892e1a4c2ece207c7d75f1c5f4d66ede339bf;hb=363702047a96076178e0536de172e8060cb1c512;hp=bf9b4d4d9748b524a603a8e79cf4537704358b7c;hpb=93c4c358fd8b0cd49cb2ece9c58737b883790482;p=sfa.git diff --git a/sfa/methods/SliverStatus.py b/sfa/methods/SliverStatus.py index bf9b4d4d..4eb892e1 100644 --- a/sfa/methods/SliverStatus.py +++ b/sfa/methods/SliverStatus.py @@ -25,7 +25,7 @@ class SliverStatus(Method): self.api.logger.info("interface: %s\ttarget-hrn: %s\tmethod-name: %s"%(self.api.interface, hrn, self.name)) - status = self.api.manager.SliverStatus(self.api, hrn, valid_creds, options) + status = self.api.manager.SliverStatus(self.api, hrn, valid_creds, options=options) return status