diff --git a/joj3_config_generator/processers/task.py b/joj3_config_generator/processers/task.py index 0aa91eb..e21b208 100644 --- a/joj3_config_generator/processers/task.py +++ b/joj3_config_generator/processers/task.py @@ -76,7 +76,7 @@ def get_executor_with( copy_in={ file: result.LocalFile(src=str(JOJ3_CONFIG_ROOT / file)) # all copyin files store in this tools folder - # are there any corner cases + # TODO: are there any corner cases? for file in copy_in_files }, copy_out=copy_out_files,