Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
dream
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
dream
Commits
f622b5b1
Commit
f622b5b1
authored
Feb 27, 2015
by
Ioannis Papagiannopoulos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
now route is updated correctly
parent
c722036a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dream/plugins/MergeSteps.py
dream/plugins/MergeSteps.py
+1
-1
No files found.
dream/plugins/MergeSteps.py
View file @
f622b5b1
...
...
@@ -25,7 +25,6 @@ class MergeSteps(plugin.InputPreparationPlugin):
route
=
component
.
get
(
"route"
,
[])
updatedRoute
=
[]
technologySequence
=
[]
idxToMerge
=
None
for
index
,
step
in
enumerate
(
route
):
technology
=
step
[
"technology"
]
technology
=
technology
.
split
(
"-"
)[
0
]
...
...
@@ -46,6 +45,7 @@ class MergeSteps(plugin.InputPreparationPlugin):
step
[
"operator"
][
"processing"
]
=
[
tempOperator
]
step
[
"operator"
][
"load"
]
=
[
tempOperator
]
'''find out if there is there is any previous step to merge with'''
idxToMerge
=
None
if
technologySequence
:
if
technology
==
technologySequence
[
-
1
]:
if
len
(
route
[
index
-
1
][
"technology"
].
split
(
"-"
)):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment