Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge remote-tracking branch 'upstream/release_17.09' into release_18.01
  • Loading branch information
dannon committed Apr 23, 2018
2 parents 2d772d7 + 8e6cdd7 commit 9f8021f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/galaxy/tools/data/__init__.py
Expand Up @@ -53,10 +53,8 @@ def exists(self, path):
path = os.path.abspath(path)
if path in self.tool_data_path_files:
return True
elif self.tool_data_path not in path:
return os.path.exists(path)
else:
return False
return os.path.exists(path)


class ToolDataTableManager(object):
Expand Down

0 comments on commit 9f8021f

Please sign in to comment.