diff --git a/core/dbt/task/list.py b/core/dbt/task/list.py index de8ff81ae0e..a66f2163b9f 100644 --- a/core/dbt/task/list.py +++ b/core/dbt/task/list.py @@ -69,7 +69,7 @@ def _iterate_selected_nodes(self): spec = self.get_selection_spec() nodes = sorted(selector.get_selected(spec)) if not nodes: - warn_or_error('No nodes selected!') + warn_or_error("No nodes selected!") return if self.manifest is None: raise InternalException("manifest is None in _iterate_selected_nodes")