From 5530c8f38ff157cd324302597dac791e962a430f Mon Sep 17 00:00:00 2001 From: "Martin A. Brown" Date: Fri, 1 Apr 2016 22:38:35 -0700 Subject: [PATCH] and use the MD5SUMS location specified in the OutputDocument --- tldp/doctypes/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tldp/doctypes/common.py b/tldp/doctypes/common.py index bb6fbb1..1335510 100644 --- a/tldp/doctypes/common.py +++ b/tldp/doctypes/common.py @@ -149,7 +149,7 @@ cd -- "{output.dirname}"''' def generate_md5sums(self, **kwargs): logger.debug("%s generating MD5SUMS in %s.", self.output.stem, self.output.dirname) - md5file = os.path.join(self.output.dirname, 'MD5SUMS') + md5file = self.output.MD5SUMS fileset = sorted(self.source.md5sums.items()) if self.config.script: l = list()