mark file names (for post-processing)
This commit is contained in:
parent
df0f0a531f
commit
29be38ed2a
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue