Some visual changes

This commit is contained in:
2023-01-12 23:54:24 +03:00
parent 4895bf7f6b
commit d75add614b
2 changed files with 3 additions and 3 deletions

View File

@@ -79,7 +79,7 @@ class _ListGenerationIter:
if self._current_index < self._size:
_name = self._list[self._current_index]
_path = self._path
_type = self._type
_type = self.type
_exc = self._exc
self._current_index += 1
memb = _FileAttrs(_name, _path, _type, _exc)