From c0561958d0efca781a2c27fd1f73e58d7af236f2 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 7 Oct 2011 17:10:10 +0200 Subject: [PATCH] todo(steven) == changed Signed-off-by: Nico Schottelius --- doc/dev/todo/steven | 26 ++++---------------------- 1 file changed, 4 insertions(+), 22 deletions(-) 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