Skip to content

Commit

Permalink
Fix Pulsar remote staging that I broke when adding nginx_upload_module
Browse files Browse the repository at this point in the history
support in galaxyproject#110.
  • Loading branch information
natefoo committed May 6, 2015
1 parent 4c7c295 commit 281233f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/jobs/runners/pulsar.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ def get_client( self, job_destination_params, job_id, env=[] ):

encoded_job_id = self.app.security.encode_id(job_id)
job_key = self.app.security.encode_id( job_id, kind="jobs_files" )
endpoint_base = "%s/api/jobs/%s?job_key=%s"
endpoint_base = "%s/api/jobs/%s/files?job_key=%s"
if self.app.config.nginx_upload_job_files_path:
endpoint_base = "%s" + \
self.app.config.nginx_upload_job_files_path + \
Expand Down

0 comments on commit 281233f

Please sign in to comment.