From: Tony Mack Date: Wed, 4 Mar 2009 17:28:41 +0000 (+0000) Subject: no longer pass return format when calling list_nodes X-Git-Tag: sfa-0.9-0@14641~617 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=334534f0f9647a3c5df0cc26d4943fa2f851efad;p=sfa.git no longer pass return format when calling list_nodes --- diff --git a/cmdline/sfi.py b/cmdline/sfi.py index f8f8c566..3b4e4bf2 100755 --- a/cmdline/sfi.py +++ b/cmdline/sfi.py @@ -412,7 +412,7 @@ def nodes(opts, args): context = None else: context = opts.format - results = slicemgr.list_nodes(user_cred, context) + results = slicemgr.list_nodes(user_cred) if opts.format in ['rspec']: display_rspec(results) else: