Skip to content

Commit

Permalink
not appending reprodata before submitting to temporarily fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
awicenec committed May 13, 2022
1 parent cf5fe9d commit 52c3dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daliuge-translator/dlg/dropmake/web/lg_web.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ def gen_pg():
mgr_client.create_session(ssid)
# print "session created"
completed_uids = common.get_roots(pg_spec)
pg_spec.append(reprodata)
# pg_spec.append(reprodata)
mgr_client.append_graph(ssid, pg_spec)
# print "graph appended"
mgr_client.deploy_session(ssid, completed_uids=completed_uids)
Expand Down

0 comments on commit 52c3dce

Please sign in to comment.