sphuber / aiida-shell

AiiDA plugin that makes running shell commands easy.
MIT License
14 stars 7 forks source link

`launch_shell_job`: Accept `AbstractCode` for `command` argument #34

Closed sphuber closed 1 year ago

sphuber commented 1 year ago

This can be useful if the user already has a pre-configured code which specifies for example a required remote computer or the pre- and append text attributes. If the command is not a string, nor an AbstractCode a TypeError is raised.