You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "LuNng Wang (Jira)" <ji...@apache.org> on 2022/05/19 06:19:00 UTC

[jira] [Created] (FLINK-27694) Move lint-python log location

LuNng Wang created FLINK-27694:
----------------------------------

             Summary: Move lint-python log location
                 Key: FLINK-27694
                 URL: https://issues.apache.org/jira/browse/FLINK-27694
             Project: Flink
          Issue Type: Improvement
          Components: API / Python
    Affects Versions: 1.15.0
            Reporter: LuNng Wang


Some logs are in the wrong location, we need to move them to inside of 'if'.

```

print_function "STEP" "installing wget..."
if [ $STEP -lt 1 ]; then
install_wget ${SUPPORT_OS[$os_index]}
STEP=1
checkpoint_stage $STAGE $STEP
fi
print_function "STEP" "install wget... [SUCCESS]"

```



--
This message was sent by Atlassian Jira
(v8.20.7#820007)