diff options
-rw-r--r-- | ranger/container/fsobject.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/container/fsobject.py b/ranger/container/fsobject.py index 640d0c48..0c9f70f6 100644 --- a/ranger/container/fsobject.py +++ b/ranger/container/fsobject.py @@ -263,7 +263,7 @@ class FileSystemObject( # pylint: disable=too-many-instance-attributes,too-many return None # it is impossible to get the link destination return self.path - def load(self): + def load(self): # pylint: disable=too-many-statements """Loads information about the directory itself. reads useful information about the filesystem-object from the |