Closed cxj closed 7 years ago
Running pds-skeleton generate <dirpath> does not check the correct directory file existence, unlike pds-skeleton validate <dirpath> which does. It's a simple bug from a missing argument. PR coming momentarily.
pds-skeleton generate <dirpath>
pds-skeleton validate <dirpath>
Running it by @afilina before merging -- thanks!
Fixed by #42.
Running
pds-skeleton generate <dirpath>
does not check the correct directory file existence, unlikepds-skeleton validate <dirpath>
which does. It's a simple bug from a missing argument. PR coming momentarily.