diff --git a/sloth/annotations/container.py b/sloth/annotations/container.py index 9235013..14067f9 100644 --- a/sloth/annotations/container.py +++ b/sloth/annotations/container.py @@ -154,7 +154,7 @@ class YAMLContainer(AnnotationContainer): def save(self, fname): f = open(fname, "w") - yaml.dump(self.annotations(), f, indent=4) + yaml.dump(self.annotations(), f) self.filename_ = fname class FeretContainer(AnnotationContainer):