add an empty entry for "working" attribute

This commit is contained in:
Martin A. Brown 2016-03-07 18:54:32 -08:00
parent bd7b08ce23
commit 9dd87b4d7a
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ class SourceDocument(object):
self.doctype = guess(self.filename)
self.status = 'source'
self.output = None
self.build = None
self.working = None
self.newer = set()
self.dirname, self.basename = os.path.split(self.filename)
self.stem, self.ext = stem_and_ext(self.basename)