]> git.decadent.org.uk Git - dak.git/blobdiff - daklib/queue.py
Ignore more python-apt warnings.
[dak.git] / daklib / queue.py
index b652f844370f3409c8badd37df2ce86caa3d4998..2b7f52048a29d2a055fcce91faba825d29bc548c 100755 (executable)
@@ -63,7 +63,7 @@ warnings.filterwarnings('ignore', \
     "apt_pkg.ParseSection\(\) is deprecated. Please see apt_pkg\.TagSection\(\) for the replacement\.", \
     DeprecationWarning)
 warnings.filterwarnings('ignore', \
-    "Attribute 'Find' of the 'apt_pkg\.TagSection' object is deprecated, use 'find' instead\.", \
+    "Attribute '.*' of the 'apt_pkg\.TagSection' object is deprecated, use '.*' instead\.", \
     DeprecationWarning)
 
 ###############################################################################