dv-flow-mgr 0.0.1.13711946395a1__py3-none-any.whl → 0.0.1.13711986746a1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- dv_flow/mgr/task_graph_builder.py +5 -4
- {dv_flow_mgr-0.0.1.13711946395a1.dist-info → dv_flow_mgr-0.0.1.13711986746a1.dist-info}/METADATA +1 -1
- {dv_flow_mgr-0.0.1.13711946395a1.dist-info → dv_flow_mgr-0.0.1.13711986746a1.dist-info}/RECORD +7 -7
- {dv_flow_mgr-0.0.1.13711946395a1.dist-info → dv_flow_mgr-0.0.1.13711986746a1.dist-info}/LICENSE +0 -0
- {dv_flow_mgr-0.0.1.13711946395a1.dist-info → dv_flow_mgr-0.0.1.13711986746a1.dist-info}/WHEEL +0 -0
- {dv_flow_mgr-0.0.1.13711946395a1.dist-info → dv_flow_mgr-0.0.1.13711986746a1.dist-info}/entry_points.txt +0 -0
- {dv_flow_mgr-0.0.1.13711946395a1.dist-info → dv_flow_mgr-0.0.1.13711986746a1.dist-info}/top_level.txt +0 -0
@@ -113,10 +113,11 @@ class TaskGraphBuilder(object):
|
|
113
113
|
for need_def in ctor_t.getNeeds():
|
114
114
|
# Resolve the full name of the need
|
115
115
|
need_fullname = self._resolveNeedRef(need_def)
|
116
|
-
|
117
|
-
|
118
|
-
self.
|
119
|
-
|
116
|
+
self._logger.debug("Searching for qualifed-name task %s" % need_fullname)
|
117
|
+
if not need_fullname in self._task_m.keys():
|
118
|
+
need_t = self._mkTaskGraph(need_fullname, rundir)
|
119
|
+
self._task_m[need_fullname] = need_t
|
120
|
+
needs.append(self._task_m[need_fullname])
|
120
121
|
|
121
122
|
# The returned task should have all param references resolved
|
122
123
|
params = ctor_t.mkTaskParams()
|
{dv_flow_mgr-0.0.1.13711946395a1.dist-info → dv_flow_mgr-0.0.1.13711986746a1.dist-info}/RECORD
RENAMED
@@ -19,7 +19,7 @@ dv_flow/mgr/task_ctor.py,sha256=hlfl-UVvyjzLFN6D0Oel9eBs0xUQPqCX7gQ0uEHoL7o,1382
|
|
19
19
|
dv_flow/mgr/task_data.py,sha256=F0X-e0IHTh06Z0F67TWIUPKuJYf6JPzZyMPrDzOJvK0,11409
|
20
20
|
dv_flow/mgr/task_def.py,sha256=Wmh78mQLAiHXlpD2KCvFxTWtnjjwgct8fEm8gelCg1c,1987
|
21
21
|
dv_flow/mgr/task_exec_data.py,sha256=aT__kmVmNxqnS_GbTRS1vrYgKiv8cH-HUSmRb6YYKsI,640
|
22
|
-
dv_flow/mgr/task_graph_builder.py,sha256=
|
22
|
+
dv_flow/mgr/task_graph_builder.py,sha256=_eEDw6MvXSl4w9mMrRU9J2ZC0B5TOlmgI5kEE5KFWy8,8861
|
23
23
|
dv_flow/mgr/task_graph_runner.py,sha256=jUGI49QvxUCfQoKQDDk2psbeapIcCg72qNOW1JipHzM,2182
|
24
24
|
dv_flow/mgr/task_graph_runner_local.py,sha256=OrydPwtQ8E7hYWvSXx0h7lI3nfUNFyklULhsyMwz9dA,4687
|
25
25
|
dv_flow/mgr/task_impl_data.py,sha256=bFPijoKrh9x7fZN2DsvRJp0UHo-gGM0VjtDQISyfhFk,321
|
@@ -39,9 +39,9 @@ dv_flow/mgr/std/fileset.py,sha256=69cgah6jmRNGmFaLZKpMUaxVSaQ5DxtrqshhQwXhO54,29
|
|
39
39
|
dv_flow/mgr/std/flow.dv,sha256=DpDTrRBfbIt4cJKLHqk_l6_nPkeFDKLVa5Ic4FZodNM,1587
|
40
40
|
dv_flow/mgr/std/message.py,sha256=T8Ye44784rD6CT2qIAP5SD7sKPdAlGMFimc4IaPCxxE,200
|
41
41
|
dv_flow/mgr/std/task_null.py,sha256=UKwUnqwFPBY8BO44ZAPcgehQB59kHZFa1qyZc1TwUqE,196
|
42
|
-
dv_flow_mgr-0.0.1.
|
43
|
-
dv_flow_mgr-0.0.1.
|
44
|
-
dv_flow_mgr-0.0.1.
|
45
|
-
dv_flow_mgr-0.0.1.
|
46
|
-
dv_flow_mgr-0.0.1.
|
47
|
-
dv_flow_mgr-0.0.1.
|
42
|
+
dv_flow_mgr-0.0.1.13711986746a1.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
43
|
+
dv_flow_mgr-0.0.1.13711986746a1.dist-info/METADATA,sha256=2pUY0A43RCyr_8WHIN15DnBOcKFbmhRgeO2pbfan0qU,13314
|
44
|
+
dv_flow_mgr-0.0.1.13711986746a1.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
|
45
|
+
dv_flow_mgr-0.0.1.13711986746a1.dist-info/entry_points.txt,sha256=1roy8wAFM48LabOvr6jiOw0MUs-qE8X3Vf8YykPazxk,50
|
46
|
+
dv_flow_mgr-0.0.1.13711986746a1.dist-info/top_level.txt,sha256=amfVTkggzYPtWwLqNmRukfz1Buu0pGS2SrYBBLhXm04,8
|
47
|
+
dv_flow_mgr-0.0.1.13711986746a1.dist-info/RECORD,,
|
{dv_flow_mgr-0.0.1.13711946395a1.dist-info → dv_flow_mgr-0.0.1.13711986746a1.dist-info}/LICENSE
RENAMED
File without changes
|
{dv_flow_mgr-0.0.1.13711946395a1.dist-info → dv_flow_mgr-0.0.1.13711986746a1.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|
File without changes
|