This commit is contained in:
jonaswinkler
2021-01-09 01:54:51 +01:00
parent 34a06435cf
commit 81dee38e4a
2 changed files with 2 additions and 1 deletions

View File

@@ -46,7 +46,7 @@ def _consume(filepath):
return
if not is_file_ext_supported(os.path.splitext(filepath)[1]):
logger.debug(
logger.warning(
f"Not consuming file {filepath}: Unknown file extension.")
return