Adding more feedback if giving wrong filename to @batchprocess.

This commit is contained in:
Griatch 2009-09-05 21:19:53 +00:00
parent 5e8a047111
commit afc463f975

View file

@ -189,6 +189,7 @@ def cmd_batchprocess(command):
#parse indata file
commands = parse_batchbuild_file(filename)
if not commands:
source_object.emit_to("'%s'\ncould not be found. Remember that you have to supply the absolute path to the file." % filename)
return
switches = command.command_switches
if switches and switches[0] in ['inter','interactive']: