Warn when a marked file is added again

This commit is contained in:
I-Al-Istannen
2020-05-10 21:37:48 +02:00
parent c1b21f7772
commit e7b08420ba
2 changed files with 16 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
"""
Utility functions and a scraper/downloader for the KIT DIVA portal.
"""
import logging
import re
from dataclasses import dataclass