mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 15:35:05 +02:00
Satisfy pylint and add todo
This commit is contained in:
parent
292e516297
commit
7f53543324
2 changed files with 5 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ from .ilias import (IliasAuthenticator, IliasCrawler, IliasDirectoryFilter,
|
|||
from .location import Location
|
||||
from .organizer import Organizer
|
||||
from .tmp_dir import TmpDir
|
||||
from .transform import Transform, Transformable, apply_transform
|
||||
from .transform import TF, Transform, apply_transform
|
||||
from .utils import PrettyLogger
|
||||
|
||||
# TODO save known-good cookies as soon as possible
|
||||
|
|
@ -41,7 +41,8 @@ class Pferd(Location):
|
|||
self._tmp_dir = TmpDir(self.resolve(tmp_dir))
|
||||
self._test_run = test_run
|
||||
|
||||
def _print_transformables(self, transformables: List[Transformable]) -> None:
|
||||
@staticmethod
|
||||
def _print_transformables(transformables: List[TF]) -> None:
|
||||
LOGGER.info("")
|
||||
LOGGER.info("Results of the test run:")
|
||||
for transformable in transformables:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue