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

Stack trace when running without specifying config json in command line #24

Closed
dirkjanm opened this issue Feb 19, 2023 · 2 comments
Closed

Comments

@dirkjanm
Copy link

According to the docs, the config will be loaded from the current directory if not specified. This however throws a stack trace with the config being null.

Changing the following line from else if to if seems to correct this by allowing the file to be loaded if it's not specified but does exist:

else if (!File.Exists(teamFiltrationConfigPath))

@Flangvik
Copy link
Owner

I swear i fixed this a long time back , eitherway thanks. Working on a bigger update atm so i'll add this to it

@Flangvik
Copy link
Owner

Fix

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

2 participants