mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-11 12:18:57 +08:00
Fix indentation
This commit is contained in:
+1
-1
@@ -88,7 +88,7 @@ else:
|
||||
args.extend(['-v', '-s'])
|
||||
if doctest:
|
||||
args.extend(['--with-doctest', '--ignore-files=^\.',
|
||||
'--ignore-files=^setup\.py$$', '--ignore-files=test'])
|
||||
'--ignore-files=^setup\.py$$', '--ignore-files=test'])
|
||||
# Make sure warnings do not break the doc tests
|
||||
with _warnings.catch_warnings():
|
||||
_warnings.simplefilter("ignore")
|
||||
|
||||
Reference in New Issue
Block a user