google-code-export / yabi

Automatically exported from code.google.com/p/yabi
0 stars 1 forks source link

Yabish - positional argument with default value not used #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When running the L2 Gridding tool I have to run:

"L2 Gridding" GRID_L2_LAND.pl -i 
yabi_tests/data/remote_files/MOD021KM.A2010349.0140.005.2010349130426_MOD14.hdf 
-g yabi_tests/data/remote_files/MOD03.A2010349.0140.005.2010349072711.hdf
but I should be running:

"L2 Gridding" -i 
yabi_tests/data/remote_files/MOD021KM.A2010349.0140.005.2010349130426_MOD14.hdf 
-g yabi_tests/data/remote_files/MOD03.A2010349.0140.005.2010349072711.hdf
The positional argument is not supplied in the second command but should use a 
default value, as it is mandatory.

Original issue reported on code.google.com by ahunter.ccg@gmail.com on 7 Jul 2011 at 7:24

GoogleCodeExporter commented 9 years ago
This is not an issue now, the positional argument GRID_L2_LAND.pl  is added as 
part of the path, then this can be called via yabish.

Tests in place.

Original comment by amacgregor on 12 Jul 2011 at 2:41