]> xenbits.xensource.com Git - xenrt-citrix/xenrt.git/commitdiff
Fix typo
authorAlex Brett <alex.brett@citrix.com>
Tue, 17 Nov 2015 19:23:46 +0000 (19:23 +0000)
committerAlex Brett <alex.brett@citrix.com>
Tue, 17 Nov 2015 19:23:46 +0000 (19:23 +0000)
exec/xenrt/lib/opsys/windows.py

index 6076d57bf9045cec0c1a48c0e887cccaeff55760..d72cf83b5a372a3b9c9d46ea40f634029e8c28ea 100644 (file)
@@ -734,7 +734,7 @@ $connections | % {$_.GetNetwork().SetCategory(1)}""", powershell=True)
             self.checkHealth()
             raise
    
-    def getMemory(complete, unit):
+    def getMemory(self, complete, unit):
         return self._xmlrpc().getMemory(complete, unit)
 
     def getCPUs(self):