Commit fd5aae58 authored by Sveinung Gundersen's avatar Sveinung Gundersen Committed by Cage, Gregory
Browse files

Merge 'Initial implementation of entry_point_path inject' into branch

parent f79904dc
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1249,6 +1249,9 @@ class MinimalJobWrapper(HasResourceParameters):
            job.interactive_url = self.app.interactivetool_manager.get_job_subdomain(job)

        compute_environment = compute_environment or self.default_compute_environment(job)
        if hasattr(self.app, "interactivetool_manager"):
            self.interactivetools = tool_evaluator.populate_interactivetools()
            self.app.interactivetool_manager.create_interactivetool(job, self.tool, self.interactivetools)
        tool_evaluator.set_compute_environment(compute_environment, get_special=get_special)
        (
            self.command_line,