sphuber / aiida-shell

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

Add option to suppress the warnings in `launch_shell_job` #9

Closed sphuber closed 2 years ago

sphuber commented 2 years ago

The launch_shell_job will log certain warnings, for example if no explicit computer is defined and so the localhost is assumed. When doing this on purpose, the repeated warnings can be excessive, and it might be useful to be able to suppress them.