From 5ca7ee9a1607eb6935e40bdb1730af2c1f2169b5 Mon Sep 17 00:00:00 2001 From: "Martin A. Brown" Date: Sat, 2 Apr 2016 11:54:05 -0700 Subject: [PATCH] not using statinfo any longer --- tldp/outputs.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tldp/outputs.py b/tldp/outputs.py index 134c67c..39fd321 100644 --- a/tldp/outputs.py +++ b/tldp/outputs.py @@ -140,7 +140,6 @@ class OutputDirectory(OutputNamingConvention): if not os.path.isdir(parent): logger.critical("Missing output collection directory %s.", parent) raise IOError(errno.ENOENT, os.strerror(errno.ENOENT), parent) - self.statinfo = statfiles(self.dirname, relative=self.dirname) self.status = 'output' self.source = source self.logdir = os.path.join(self.dirname, logdir)