This commit is contained in:
Kovid Goyal 2007-08-17 13:16:25 +00:00
parent a07bbf0fe9
commit 40f7709ec0

View File

@ -86,7 +86,7 @@ def main(args=sys.argv, logger=None):
print print
print 'No lit file specified' print 'No lit file specified'
return 1 return 1
process_file(options, args[1], logger) process_file(args[1], options, logger)
return 0 return 0