Fix error on non-existant include 2

This commit is contained in:
robotis
2012-04-17 11:40:03 +00:00
parent 3fa858cd38
commit 6c8abc6478

View File

@@ -140,7 +140,7 @@ def run():
else:
scope.update(p.scope)
else:
sys.exit('included file `%s` not found ...')
sys.exit('included file `%s` not found ...' % u)
p = None
f = formatter.Formatter(args)
if not os.path.exists(args.target):