You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by nl...@apache.org on 2019/12/04 17:25:20 UTC

[incubator-heron] branch neng/py3-migration updated (aa13b1c -> 28a206a)

This is an automated email from the ASF dual-hosted git repository.

nlu90 pushed a change to branch neng/py3-migration
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git.


    from aa13b1c  update Shebang
     add 28a206a  correct print with extra parentheses

No new revisions were added by this update.

Summary of changes:
 bazel_configure.py                                   | 16 ++++++++--------
 .../executor/tests/python/heron_executor_unittest.py | 12 ++++++------
 heron/statemgrs/src/python/configloader.py           |  2 +-
 heron/tools/admin/src/python/main.py                 |  4 ++--
 heron/tools/cli/src/python/config.py                 | 12 ++++++------
 heron/tools/cli/src/python/execute.py                |  4 ++--
 heron/tools/cli/src/python/help.py                   |  2 +-
 heron/tools/cli/src/python/main.py                   |  8 ++++----
 heron/tools/cli/src/python/submit.py                 |  2 +-
 heron/tools/cli/src/python/version.py                |  2 +-
 heron/tools/common/src/python/utils/config.py        |  4 ++--
 heron/tools/explorer/src/python/clusters.py          |  2 +-
 heron/tools/explorer/src/python/help.py              |  2 +-
 heron/tools/explorer/src/python/logicalplan.py       |  6 +++---
 heron/tools/explorer/src/python/main.py              |  2 +-
 heron/tools/explorer/src/python/physicalplan.py      | 10 +++++-----
 heron/tools/explorer/src/python/topologies.py        | 20 ++++++++++----------
 heron/tools/ui/src/python/args.py                    |  4 ++--
 heronpy/streamlet/impl/joinbolt.py                   |  4 ++--
 19 files changed, 59 insertions(+), 59 deletions(-)