DeDop / dedop-core

DeDop is a User Configurable Tool for Processing Delay Doppler Altimeter Data.
http://dedop.org/
GNU General Public License v3.0
14 stars 8 forks source link

`dedop config upgrade` fails to upgrade v1.4.0 configurations to v1.5.0 #55

Closed mark-ep closed 6 years ago

mark-ep commented 6 years ago

Expected behavior

After installing v1.5.0, the command dedop config upgrade will upgrade existing configurations to the latest version.

Actual behavior

The command fails

Steps to reproduce the issue

  1. Install a version of dedop < v1.5.0
  2. create a configuration
  3. Install v1.5.0
  4. Attempt to run dedop config upgrade

Specifications

all platforms

mark-ep commented 6 years ago

This is due to one of the new CNF parameters (flag_output_format_cnf) not being included in the default CNF file for v1.5.0. The parameter is optional, but a value is required for the upgrade command to work.

I'll add a value for this parameter to the default CNF for v1.5.0

mark-ep commented 6 years ago

fixed by #56