Skip to content

Commit

Permalink
Updated uncharted system name in server.py
Browse files Browse the repository at this point in the history
  • Loading branch information
abodeuis authored Jul 31, 2024
1 parent cc039b9 commit 4136cad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cdrhook/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@ def process_cog(cdr_connector : CdrConnector , cog_id : str, config_parm : Optio
"""
if config_parm is None:
config_parm = config
valid_area_systems = ['uncharted']
valid_legend_systems = ['polymer', 'uncharted']
valid_area_systems = ['uncharted-area']
valid_legend_systems = ['polymer', 'uncharted-area']

logging.info(f"Cog:{cog_id[0:8]} - Processing cog {cog_id}")
# Retrieve available system versions for this cog and check if there are any valid systems posted
Expand Down

0 comments on commit 4136cad

Please sign in to comment.