X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Fstorage%2Frecord.py;fp=sfa%2Fstorage%2Frecord.py;h=ad1c8c76cace7e211d649014c70d28fd6d2eb6e1;hb=0f355ac49150e427182f24c0add7c47dcf06db6f;hp=254ca3d5fa31acb03f1afda7e14f4b413aafebae;hpb=353e25cdef5f8fcf2b18f1eada5d2f562cda59c6;p=sfa.git diff --git a/sfa/storage/record.py b/sfa/storage/record.py index 254ca3d5..ad1c8c76 100644 --- a/sfa/storage/record.py +++ b/sfa/storage/record.py @@ -70,7 +70,7 @@ class Record: if format == 'text': self.dump_text(dump_parents) elif format == 'xml': - print self.save_to_string() + print self.save_as_xml() elif format == 'simple': print self.dump_simple() else: