Skip to content
Snippets Groups Projects

Workflow parse delivery json

Merged Daniel Lyons requested to merge workflow-parse-delivery-json into main
11 files
+ 102
34
Compare changes
  • Side-by-side
  • Inline
Files
11
@@ -57,3 +57,6 @@ class ChecksumDecorator(DestinationDecorator):
# now proceed
super().close()
def __str__(self):
return str(self.underlying) + " with SHA1SUM"
Loading