You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by th...@apache.org on 2022/05/12 13:30:04 UTC

[incubator-heron] branch feature/fix-topology-updater created (now e9e46abaa72)

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

thinker0 pushed a change to branch feature/fix-topology-updater
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


      at e9e46abaa72 typo

This branch includes the following new commits:

     new e9e46abaa72 typo

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-heron] 01/01: typo

Posted by th...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

thinker0 pushed a commit to branch feature/fix-topology-updater
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git

commit e9e46abaa721ce4bc932b5a5571aca4c28baf826
Author: choi se <th...@gmail.com>
AuthorDate: Thu May 12 22:29:55 2022 +0900

    typo
---
 heron/tools/tracker/src/python/topology.py | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/heron/tools/tracker/src/python/topology.py b/heron/tools/tracker/src/python/topology.py
index 89a6ac6409c..877e50b5dec 100644
--- a/heron/tools/tracker/src/python/topology.py
+++ b/heron/tools/tracker/src/python/topology.py
@@ -590,11 +590,8 @@ class Topology:
         packing_plan=self.packing_plan if packing_plan is ... else packing_plan,
         execution_state=self.execution_state if execution_state is ... else execution_state,
         tmanager=self.tmanager if tmanager is ... else tmanager,
-        scheduler_location=(
-            self.scheduler_location
-            if scheduler_location is ... else
-            scheduler_location
-        ),
+        scheduler_location=self.scheduler_location \
+            if scheduler_location is ... else scheduler_location,
     )
     if t_state.physical_plan:
       id_ = t_state.physical_plan.topology.id