# # # patch "file.psp" # from [26e32a4f1b347134e2d1fa0fdfdc7ff6461a4732] # to [fa6a72321817631e86ee73ad28dacf97bf8d7218] # ============================================================ --- file.psp 26e32a4f1b347134e2d1fa0fdfdc7ff6461a4732 +++ file.psp fa6a72321817631e86ee73ad28dacf97bf8d7218 @@ -112,7 +112,6 @@ def enscript(): command = config.enscript_path + ' -o - --color -w html' command += ' --highlight=%s' % (pipes.quote(filter)) - req.write("%s
" % command) result = run_command(command, to_child=contents) if result['exitcode'] != 0: raise Exception('Error running enscript.')