Skip to content

Conversation

@emailweixu
Copy link
Contributor

parse_conf_file() needs to be called before write_config() due to #1476

parse_config() needs to be called before write_config() due to #1476
@emailweixu emailweixu requested a review from hnyu August 9, 2023 05:36
# for gin, we need to parse it first. Otherwise, configured.gin will be
# empty
common.parse_conf_file(conf_file)
common.parse_conf_file(conf_file)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Calling parse_conf_file in the main process will create an env, which might be unnecessary or even problematic in certain cases?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants