Skip to content

Commit

Permalink
Removes apparently unnecessary parse_destination_params...
Browse files Browse the repository at this point in the history
  • Loading branch information
pcm32 committed Apr 19, 2016
1 parent 58c9697 commit e50ed67
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/galaxy/jobs/runners/kubernetes.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@ def url_to_destination(self, url):
# Create a dynamic JobDestination
return JobDestination(runner='cli', params=params)

def parse_destination_params(self, params):
# TODO apparently no need to re-implement, can be deleted.
return split_params(params)

def queue_job(self, job_wrapper):
"""Create job script and submit it to Kubernetes cluster"""
# prepare the job
Expand Down

0 comments on commit e50ed67

Please sign in to comment.