From 8bdff4ef8448078d06e4d7aba2d2892b8b9b7ac7 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 30 Jul 2015 07:34:37 -0400 Subject: Clean up from the merge of PR 62 Remove the globbing option. Added a test. Corrected parameter names and docs. Updated the AUTHORS file. --- coverage/control.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coverage/control.py') diff --git a/coverage/control.py b/coverage/control.py index 80bd853f..deeeae45 100644 --- a/coverage/control.py +++ b/coverage/control.py @@ -730,7 +730,7 @@ class Coverage(object): for pattern in paths[1:]: aliases.add(pattern, result) - self.data_files.combine_parallel_data(self.data, aliases=aliases, data_dirs=data_dirs) + self.data_files.combine_parallel_data(self.data, aliases=aliases, data_paths=data_dirs) def get_data(self): """Get the collected data and reset the collector. -- cgit v1.2.1