mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-29 22:34:37 +08:00
BUG: Adapt to whitespace in text search
This commit is contained in:
@@ -5,7 +5,7 @@ import os
|
||||
import re
|
||||
|
||||
|
||||
RE_CYTHON = re.compile("config.add_extension\(['\"]([\S]+)['\"]")
|
||||
RE_CYTHON = re.compile("config.add_extension\(\s*['\"]([\S]+)['\"]")
|
||||
|
||||
BENTO_TEMPLATE = """
|
||||
Extension: {module_path}
|
||||
|
||||
Reference in New Issue
Block a user