Mercurial > repos > blankenberg > plink
view plink_code_file.py @ 3:4c3690a9d729 draft default tip
Fix help text formatting
author | blankenberg |
---|---|
date | Tue, 19 Nov 2019 21:35:42 +0000 |
parents | 44f3e5c09f01 |
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()