##// END OF EJS Templates
fix controller_args -> engine_args typo in WinHPCEngine
MinRK -
Show More
@@ -786,8 +786,8 class WindowsHPCEngineSetLauncher(WindowsHPCLauncher, ClusterAppMixin):
786 786 # files that the scheduler redirects to.
787 787 t.work_directory = self.profile_dir
788 788 # Add the profile_dir and from self.start().
789 t.controller_args.extend(self.cluster_args)
790 t.controller_args.extend(self.engine_args)
789 t.engine_args.extend(self.cluster_args)
790 t.engine_args.extend(self.engine_args)
791 791 job.add_task(t)
792 792
793 793 self.log.info("Writing job description file: %s" % self.job_file)
General Comments 0
You need to be logged in to leave comments. Login now