jeffwidman commented on code in PR #1973: URL: https://github.com/apache/cassandra/pull/1973#discussion_r1061858463
########## pylib/cqlshlib/cqlshhandling.py: ########## @@ -141,7 +141,7 @@ def registrator(f): ''' cqlsh_capture_cmd_syntax_rules = r''' -<captureCommand> ::= "CAPTURE" ( fname=( <stringLiteral> | "OFF" ) )? +<captureCommand> ::= "CAPTURE" ( fname=( <stringLiteral>) | "OFF" )? Review Comment: The spaces between parens are inconsistent here: `( <stringLiteral>)` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

