- fix call
authorMark Huang <mlhuang@cs.princeton.edu>
Tue, 31 Oct 2006 23:08:02 +0000 (23:08 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Tue, 31 Oct 2006 23:08:02 +0000 (23:08 +0000)
PLC/Methods/BootGetNodeDetails.py

index 4a87792..520d80d 100644 (file)
@@ -20,7 +20,7 @@ class BootGetNodeDetails(Method):
         'session': Session.fields['session_id'],
         }
 
-    def call(self, auth, update_fields):
+    def call(self, auth):
         details = {
             'hostname': self.caller['hostname'],
             'boot_state': self.caller['boot_state'],