From 12d2e9a204b5b513cdc88dec7f5993b508c99c88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Sch=C3=B6nberger?= Date: Mon, 18 Nov 2013 15:32:42 +0100 Subject: [PATCH] Fix indentation --- skimage/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skimage/__init__.py b/skimage/__init__.py index f5697c84..caec81fe 100644 --- a/skimage/__init__.py +++ b/skimage/__init__.py @@ -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")