<div class="gmail_quote">On 6 July 2011 14:55, Johann Cohen-Tanugi <span dir="ltr"><<a href="mailto:johann.cohentanugi@gmail.com">johann.cohentanugi@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div bgcolor="#ffffff" text="#000000">hmmm isn't it :<br>
<br>
def find_args(self):<br>
return self.submit_command + [self.batch_file]<br>
<br>
in BatchSystemLauncher that I need to overwrite?</div></blockquote></div><br>find_args produces the list of args which are fed to Popen by BatchSystemLauncher.start(). Replacing it won't fix this problem.<br><br>
The line you need to look at is in the start method:<br><br>output = check_output(self.args, env=os.environ)<br><br>Thomas<br>