remove the format param from list_nodes call
authorTony Mack <tmack@cs.princeton.edu>
Tue, 24 Mar 2009 14:04:13 +0000 (14:04 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Tue, 24 Mar 2009 14:04:13 +0000 (14:04 +0000)
cmdline/sfi.py

index b7ef9ac..325a71c 100755 (executable)
@@ -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