Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

withFallBack is not adding value if not present #793

Open
Ruthvik0 opened this issue Jul 21, 2023 · 0 comments
Open

withFallBack is not adding value if not present #793

Ruthvik0 opened this issue Jul 21, 2023 · 0 comments

Comments

@Ruthvik0
Copy link

Hi, I don't know if can withFallBack supports the operation or there is another method to do it
Basically when we have 2 files A and B

A >> var=12
B >> var=24

then withFallBack will result as

var = 24 or var =12
depends on how you use it

what if A does not have property of B

A >> varA = 12
B >> varB =24

is there a possibility if we use

a_config.withFallBack(b_Config)

it results as

varA =12
varB = 24

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

No branches or pull requests

1 participant