We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87b98b6 commit f169000Copy full SHA for f169000
afw_uuid_tool/main.py
@@ -20,7 +20,7 @@ def main(args: list[str], logger) -> list[AFWResponse]:
20
u = None
21
v = str(uuid.uuid4()).upper()
22
responses += [
23
- AFWResponse(title=v, arg=v),
+ AFWResponse(title=v, arg=v, valid=True),
24
AFWResponse(title=str(e), arg="", icon=ICON_ERROR),
25
]
26
responses += DEFAULT_RESPONSE
0 commit comments