Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
natefoo committed Sep 21, 2017
1 parent db5185c commit c7699cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/galaxy/jobs/runners/pulsar.py
Expand Up @@ -670,7 +670,6 @@ def __build_metadata_configuration(self, client, job_wrapper, remote_metadata, r
raise Exception(NO_REMOTE_GALAXY_FOR_METADATA_MESSAGE)
metadata_kwds['exec_dir'] = remote_galaxy_home
outputs_directory = remote_job_config['outputs_directory']
configs_directory = remote_job_config['configs_directory']
working_directory = remote_job_config['working_directory']
metadata_directory = remote_job_config['metadata_directory']
# For metadata calculation, we need to build a list of of output
Expand Down

0 comments on commit c7699cd

Please sign in to comment.