chore: fix pylint error

This commit is contained in:
jo 2023-02-01 20:38:58 +01:00 committed by Kyle Robbertze
parent 79febaddf8
commit ea8306dd8f
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ def list_packages_files(
path = path / DEFAULT_PACKAGES_FILENAME
if not path.is_file():
raise Exception(f"{path} is not a file!")
raise ValueError(f"{path} is not a file!")
yield path