Skip to content

Commit 7877953

Browse files
author
brynnz22
committed
update config name in toml file
1 parent a5d5d55 commit 7877953

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

support_code/nmdc/nom/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ registration_file = "path/to/where/database/dump/lives.json"
77
execution_resource = "EMSL-RZR"
88
field_strength = 7
99
workflow_version = "2.2.3"
10-
minting_client_config_path = "enviroMS/nmdc_metadata_generation/config.yaml"
10+
config_path = "enviroMS/nmdc_metadata_generation/config.yaml"

support_code/nmdc/nom/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def main():
6868
execution_resource=config_data['execution_resource'],
6969
field_strength=config_data['field_strength'],
7070
workflow_version=config_data['workflow_version'],
71-
config_path=config_data['minting_client_config_path']
71+
config_path=config_data['config_path']
7272
)
7373

7474
generator.run()

0 commit comments

Comments
 (0)