The arguments input requires a List. It defined the to_aiida_type serializer to automatically convert plain lists. Here, the serializer is updated to also accept a string, which is automatically converted to a list using shlex.split. This brings the interface to par with that of the launch_shell_job function.
The
arguments
input requires aList
. It defined theto_aiida_type
serializer to automatically convert plainlist
s. Here, the serializer is updated to also accept a string, which is automatically converted to a list usingshlex.split
. This brings the interface to par with that of thelaunch_shell_job
function.