This commit is contained in:
2025-03-12 00:51:11 +03:00
parent d30515c1a2
commit 0f4f48555e
3 changed files with 7 additions and 7 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 self.possible_flag_values is False:
if input_flag_value is None:
if input_flag_value is None:
if self.possible_flag_values is False:
return True
else:
return False