From: Tony Mack Date: Tue, 24 Mar 2009 14:04:13 +0000 (+0000) Subject: remove the format param from list_nodes call X-Git-Tag: sfa-0.9-0@14641~546 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=f538f292dac7fb72688f6c51446d78469d5429b4;p=sfa.git remove the format param from list_nodes call --- diff --git a/cmdline/sfi.py b/cmdline/sfi.py index b7ef9ac8..325a71cd 100755 --- a/cmdline/sfi.py +++ b/cmdline/sfi.py @@ -429,7 +429,7 @@ def nodes(opts, args): else: display_list(results) if (opts.file is not None): - rspec = slicemgr.list_nodes(user_cred, 'rspec') + rspec = slicemgr.list_nodes(user_cred) save_rspec_to_file(rspec, opts.file) return