1
0
Fork 0

mark file names (for post-processing)

This commit is contained in:
mfranz 2008-12-19 13:38:25 +00:00
parent df0f0a531f
commit 29be38ed2a

View file

@ -100,7 +100,7 @@ class parse_xml_file(xml.sax.handler.ContentHandler):
self.pretty_path = cook_path(path)
if config.verbose > 1:
errmsg("%s (%d)" % (path, nesting), "35")
errmsg("FILE %s (%d)" % (path, nesting), "35")
if not os.path.exists(path):
raise Error("file doesn't exist: " + self.pretty_path)