Open dougiesquire opened 10 months ago
Quite possibly user misunderstanding, but the following all return a similar error:
payu-branch -h
payu-clone -h
payu-checkout -h
E.g.
$ payu-branch -h Traceback (most recent call last): File "/g/data/tm70/ds0092/software/mambaforge/envs/payu-dev/bin/payu-branch", line 8, in <module> sys.exit(runscript()) ^^^^^^^^^^^ TypeError: runcmd() missing 3 required positional arguments: 'config_path', 'verbose', and 'remote'
Once these are fixed/resolved, we should add tests for all the scripts in conda/meta.yaml
conda/meta.yaml
Quite possibly user misunderstanding, but the following all return a similar error:
payu-branch -h
payu-clone -h
payu-checkout -h
E.g.