From 58cd08e60d6d9cf702fc3967bd7575579734a8a6 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 5 Apr 2023 15:32:22 +0000 Subject: [PATCH] [CI] Format code with Black --- src/utils/form.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/utils/form.py b/src/utils/form.py index 9907dafb1..31b3d5b87 100644 --- a/src/utils/form.py +++ b/src/utils/form.py @@ -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,