Skip to content

Commit

Permalink
Rebase into config destinations.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Feb 22, 2016
1 parent f7549f8 commit e5758ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/jobs/runners/drmaa.py
Expand Up @@ -311,7 +311,7 @@ def stop_job( self, job ):
try:
ext_id = job.get_job_runner_external_id()
assert ext_id not in ( None, 'None' ), 'External job id is None'
kill_script = job.get_destination_configuration(self.app.config, "external_killJob_script", None)
kill_script = job.get_destination_configuration(self.app.config, "drmaa_external_killjob_script", None)
if kill_script is None:
self.ds.control( ext_id, drmaa.JobControlAction.TERMINATE )
else:
Expand Down

0 comments on commit e5758ea

Please sign in to comment.