toxml() no longer supports the cleanup keyword argument
authorTony Mack <tmack@paris.CS.Princeton.EDU>
Wed, 5 Oct 2011 11:37:50 +0000 (07:37 -0400)
committerTony Mack <tmack@paris.CS.Princeton.EDU>
Wed, 5 Oct 2011 11:37:50 +0000 (07:37 -0400)
sfa/client/sfiAddSliver.py

index 0bdbadd..1a8471e 100755 (executable)
@@ -40,5 +40,5 @@ try:
 except:
     print >> sys.stderr, "FAILED: %s" % nodes
     sys.exit(1)
-print >>outfile, manifest_rspec.toxml(cleanup=True)
+print >>outfile, manifest_rspec.toxml()
 sys.exit(0)