Mercurial > repos > blankenberg > plink
view plink_code_file.py @ 1:44f3e5c09f01 draft
Code file
author | blankenberg |
---|---|
date | Tue, 08 Oct 2019 17:50:49 -0400 |
parents | |
children |
line wrap: on
line source
def exec_after_process(app, inp_data, out_data, param_dict, tool, stdout, stderr): for name, data in out_data.items(): if data.has_data(): data.visible = True app.model.context.add(data) app.model.context.flush()