Fix error on non-existant include 2
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user