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,