diff --git a/catkin_tools/context.py b/catkin_tools/context.py index 22a9d478..b84bebf8 100644 --- a/catkin_tools/context.py +++ b/catkin_tools/context.py @@ -247,6 +247,11 @@ def __init__( space_suffix=None, whitelist=None, blacklist=None, + devel_space=None, + source_space=None, + log_space=None, + build_space=None, + install_space=None, **kwargs ): """Creates a new Context object, optionally initializing with parameters