From: Tony Mack Date: Wed, 4 Mar 2009 17:16:45 +0000 (+0000) Subject: remove the 'format' param from 'list_nodes' calls X-Git-Tag: sfa-0.9-0@14641~619 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=5c47cb7aeb5cf8175ae9dba8aa2188d828ca06ed;p=sfa.git remove the 'format' param from 'list_nodes' calls --- diff --git a/geni/util/geniclient.py b/geni/util/geniclient.py index ee099050..5f19ab7b 100644 --- a/geni/util/geniclient.py +++ b/geni/util/geniclient.py @@ -246,9 +246,9 @@ class GeniClient(): ## list components # # - def list_nodes(self, cred, format): + def list_nodes(self, cred): - result = self.server.list_nodes(cred.save_to_string(save_parents=True), format) + result = self.server.list_nodes(cred.save_to_string(save_parents=True)) return result ## list resources