diff --git a/fsl/utils/filetree/filetree.py b/fsl/utils/filetree/filetree.py index 5f2c7dfe6164b5cbc16b82f48b3b8f9debad5dea..9ba5fede6ad1d7f4ee6a9b9a24980941b6d7fc0a 100644 --- a/fsl/utils/filetree/filetree.py +++ b/fsl/utils/filetree/filetree.py @@ -58,11 +58,6 @@ class FileTree(object): res.update(self.variables) return res - @property - def short_names(self) -> List[str]: - """Returns a list containing all short names in the file tree. """ - return list(self.templates.keys()) - def get_variable(self, name: str, default=None) -> str: """ Gets a variable used to fill out the template