Skip to content
Snippets Groups Projects
Commit 5d301909 authored by John Chilton's avatar John Chilton
Browse files

Remove unused method.

parent b6278b47
No related branches found
No related tags found
No related merge requests found
...@@ -85,11 +85,6 @@ class PathMapper(object): ...@@ -85,11 +85,6 @@ class PathMapper(object):
return remote_path_rewrite return remote_path_rewrite
def __action(self, dataset_path, dataset_path_type):
path = str(dataset_path) # Use false_path if needed.
action = self.action_mapper.action(path, dataset_path_type)
return action
def __remote_directory(self, dataset_path_type): def __remote_directory(self, dataset_path_type):
if dataset_path_type in [path_type.OUTPUT]: if dataset_path_type in [path_type.OUTPUT]:
return self.output_directory return self.output_directory
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment