[
https://issues.apache.org/jira/browse/AIRFLOW-5493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16930157#comment-16930157
]
ASF subversion and git services commented on AIRFLOW-5493:
----------------------------------------------------------
Commit 22f122ee260f9ce926b2b5f4c79b07cf76a2b0c6 in airflow's branch
refs/heads/test-gitlab-ci from soldraghz
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=22f122e ]
AIRFLOW-5493:cli.py has unnecessary paren wrapping of scala variable (#6113)
> cli.py has unnecessary paren wrapping of scala variable
> -------------------------------------------------------
>
> Key: AIRFLOW-5493
> URL: https://issues.apache.org/jira/browse/AIRFLOW-5493
> Project: Apache Airflow
> Issue Type: Bug
> Components: cli
> Affects Versions: 1.10.6
> Reporter: Jakob Homan
> Priority: Minor
> Labels: ccoss2019, newbie
>
> Note: This ticket's being created to facilitate a new contributor's workshop
> for Airflow. After the workshop has completed, I'll mark these all available
> for anyone that might like to take them on.
> The {{metavar}} value doesn't need to be wrapped in parens. We should remove
> it.
> airflow/bin/cli.py:1874
> {code:java}
> 'var_value': Arg(
> ("value",),
> metavar=('VALUE'),
> help="Variable value"), {code}
--
This message was sent by Atlassian Jira
(v8.3.2#803003)