[CI] Format code with Black

This commit is contained in:
yunohost-bot 2023-04-05 15:32:22 +00:00
parent 021099aa1e
commit 58cd08e60d

View file

@ -858,7 +858,9 @@ class FileQuestion(Question):
return self.value
if Moulinette.interface.type != "api":
if not os.path.exists(str(self.value)) or not os.path.isfile(str(self.value)):
if not os.path.exists(str(self.value)) or not os.path.isfile(
str(self.value)
):
raise YunohostValidationError(
"app_argument_invalid",
name=self.name,