X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fqueue.py;h=2b7f52048a29d2a055fcce91faba825d29bc548c;hb=a6fe641395cb2f5f2a48d7fe1ffef2ff9c701165;hp=b652f844370f3409c8badd37df2ce86caa3d4998;hpb=714b2bd26b5a5ba4c205de7d4fe51408edf3c14a;p=dak.git diff --git a/daklib/queue.py b/daklib/queue.py index b652f844..2b7f5204 100755 --- a/daklib/queue.py +++ b/daklib/queue.py @@ -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) ###############################################################################