potiuk commented on PR #38705: URL: https://github.com/apache/airflow/pull/38705#issuecomment-2034553131
BTW. shlex.quote was not needed (and could be even harmful in case any of the tags or urls contained spaces. This is the thing when you pass parameters as arrays to the command - you do not need shlex.quote - you only need shlex.quote when you build a command string out of these parameters. -- 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]
