Skip to content
Snippets Groups Projects

Delivery results propagation

Merged Daniel Lyons requested to merge delivery-results-propagation into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -5,7 +5,7 @@
# -------------------------------------------------------------------------
import pathlib
from .destinations.interfaces import *
from .destinations.interfaces import DestinationDecorator, DeliveryContextIF, Destination
from .destinations.tar import TarArchiver
from .destinations.local import LocalDestination
from .destinations.checksum import ChecksumDecorator
Loading