mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-17 07:48:18 +01:00
Remove print()
This commit is contained in:
parent
a2d7a7f90f
commit
d7d02de016
1 changed files with 0 additions and 2 deletions
|
@ -195,9 +195,7 @@ class Utilities(Configs):
|
|||
try:
|
||||
json_data: dict = json.loads(file.read_text(encoding='utf-8'))
|
||||
except FileNotFoundError:
|
||||
print()
|
||||
self.errors.raise_error_message(f'{file} not found.', exit_status=1)
|
||||
|
||||
return json_data
|
||||
|
||||
def ignore_packages(self, packages: list) -> list:
|
||||
|
|
Loading…
Reference in a new issue