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 57638e9 commit d1106bcCopy full SHA for d1106bc
lldb/examples/python/fzf_history.py
@@ -8,7 +8,7 @@
8
9
@lldb.command()
10
def fzf_history(debugger, cmdstr, ctx, result, _):
11
- if sys.platform != 'darwin':
+ if sys.platform != "darwin":
12
result.SetError("fzf_history supports macOS only")
13
return
14
0 commit comments