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 b088da0 commit 53536f0Copy full SHA for 53536f0
commands/FBDebugCommands.py
@@ -228,8 +228,8 @@ def description(self):
228
"""
229
230
def lex(self, commandLine):
231
- # Can't use default shlex splitting because it strip quotes which breaks
232
- # NSPredicate syntax. Split the input into type and rest (the query).
+ # Can't use default shlex splitting because it strips quotes, which results
+ # in invalid NSPredicate syntax. Split the input into type and rest (query).
233
return commandLine.split(' ', 1)
234
235
def run(self, arguments, options):
0 commit comments