ESGF / esgf-installer

ESGF P2P Node Installer
https://esgf.llnl.gov/
Other
20 stars 21 forks source link

Allow call_binary to have an empty argument list #532

Closed William-Hill closed 6 years ago

William-Hill commented 6 years ago

call_binary() accepts a binary name and a list of arguments. However, there are cases where a binary can be called without an argument. call_binary should handle this cause by making arguments a default param.

call_binary(binary_name, arguments=None)