Skip to content

Commit

Permalink
allow for the product version to be a string (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
gshiroma committed Sep 6, 2023
1 parent 55e0e25 commit bdaa44b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/rtc/h5_prep.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ def get_metadata_dict(product_id: str,

# product version
product_version_runconfig = cfg_in.groups.product_group.product_version
product_version_runconfig = cfg.groups.product_group.product_version
product_version_runconfig = cfg_in.groups.product_group.product_version
product_version = get_product_version(product_version_runconfig)

# DEM description
Expand Down
1 change: 0 additions & 1 deletion src/rtc/rtc_s1.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ def run_parallel(cfg: RunConfig, logfile_path, flag_logger_full_format):

# primary executable
product_type = cfg.groups.primary_executable.product_type
product_version_runconfig = cfg.groups.product_group.product_version
rtc_s1_static_validity_start_date = \
cfg.groups.product_group.rtc_s1_static_validity_start_date
product_version_runconfig = cfg.groups.product_group.product_version
Expand Down

0 comments on commit bdaa44b

Please sign in to comment.