diff options
author | hut <hut@hut.pm> | 2017-07-16 07:18:02 +0200 |
---|---|---|
committer | hut <hut@hut.pm> | 2017-07-16 07:18:02 +0200 |
commit | d1ac566f44f29f0a94681520a64f385704db9084 (patch) | |
tree | 32a41198e912b76b689dd485c2ee7efbc3eeea5e | |
parent | 0ebabf81cbab14301a81de0a28ba7da6fe153c3d (diff) | |
download | ranger-d1ac566f44f29f0a94681520a64f385704db9084.tar.gz |
container.fsobject: satisfy pylint
-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 |