Hello,
On Thu, 25 Jan 2018, Ville Skyttä wrote:
> - match = re.search('build of (\S+)_', msg.get('Subject'))
> + match = re.search(r'build of (\S+)_', msg.get('Subject'))Thanks, merged. -- Raphaël Hertzog ◈ Debian Developer Support Debian LTS: https://www.freexian.com/services/debian-lts.html Learn to master Debian: https://debian-handbook.info/get/

