Closed DnPlas closed 10 months ago
There was an extra space in self. manifest = yaml.safe_load(self.manifest_content). This PR corrects that.
self. manifest = yaml.safe_load(self.manifest_content)
There was an extra space in
self. manifest = yaml.safe_load(self.manifest_content)
. This PR corrects that.