From a3b76e82d935d78e41aa54c3228dbd6fb9e36fc1 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Wed, 23 Feb 2022 20:29:50 +0100 Subject: Fix instructions HTMLization & tidy up Thank Humanity for linters. --- helpers.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'helpers.py') diff --git a/helpers.py b/helpers.py index a6c4de2..11a13ca 100644 --- a/helpers.py +++ b/helpers.py @@ -43,6 +43,7 @@ _LICENSE_RE = re.compile( '('+'|'.join(_LICENSE_URLS.keys())+')' + ' ([0-9.]+)' ) + @dataclass class LicenseInfo: tag: str @@ -103,6 +104,7 @@ class Concert: def _optional(line): return f'(?:{line})?' + _CONCERT_LINES = ( r'QUAND : (?P