From a45de35244aeb31820448141df9b33f69d2d36ec Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Wed, 17 Feb 2016 14:31:22 +0100 Subject: [PATCH] * debian/python3-spot.examples: Fix wildcard. --- debian/python3-spot.examples | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/python3-spot.examples b/debian/python3-spot.examples index b75745b63..544b32e23 100644 --- a/debian/python3-spot.examples +++ b/debian/python3-spot.examples @@ -1,2 +1,2 @@ -tests/python/[^_]*.ipynb +tests/python/[!_]*.ipynb tests/python/*.html