diff --git a/doc/dev/todo/steven b/doc/dev/todo/steven index 722b6b6b..2e38d817 100644 --- a/doc/dev/todo/steven +++ b/doc/dev/todo/steven @@ -1,25 +1,3 @@ -Object: - - -Type: - type.transferred_explorers - - -GlobalExplorer: - out_path: local path into which the output is written - - cdist.core.GlobalExplorer.base_dir - local directory containing explorers - cdist.core.GlobalExplorer.remote_base_dir - remote directory containing explorers - - path: local path to explorer - remote_path: remote path to explorer - - See config_install: run_global_explorers() - -Object/Type: - - rutern relative only - - Have accept absulet path on listing - Tests needed: - Fail if cache_dir from previous run cannot be deleted @@ -33,3 +11,7 @@ Tests needed: - ensure paths returned by object include dot-cdist - ensure path of explorer of object returns correct path + +Code fixes needed: + + - shutil, os.mkdir, etc. everywhere: catch/reraise exceptions correctly