Skip to content
Snippets Groups Projects

SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...

Closed Artur Pedziwilk requested to merge RP-3782-add-docker-desktop-quickstart into 20.10.x
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -30,7 +30,7 @@ errorMessages = []
def process(transaction):
incoming = transaction.getIncoming();
folderName = substring_up_to_hash(incoming.getName().split("#"));
folderName = substring_up_to_hash(incoming.getName());
emailAddress = None
try:
Loading