Fix issues pointed out by ruff

Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
Alfred Wingate
2023-11-14 23:43:04 +02:00
parent 70f88ed37d
commit a8f35aee25
7 changed files with 20 additions and 22 deletions

View File

@ -127,7 +127,7 @@ def get_deb_url(name):
if not deb_url:
logger.error(" Cannot get package from %s" % url)
name = raw_input(" Package name in Debian: ")
name = input(" Package name in Debian: ")
return deb_url, deb_type