This commit is contained in:
2025-03-15 00:08:39 +03:00
parent 09c40978a1
commit baaf0e25f3
11 changed files with 77 additions and 9 deletions
+2 -2
View File
@@ -28,8 +28,8 @@ class Flag:
self._flag_value = value
def validate_input_flag_value(self, input_flag_value: str | None):
if input_flag_value is None:
if self.possible_flag_values is False:
if self.possible_flag_values is False:
if input_flag_value is None:
return True
else:
return False