Skip to content

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

Closed
@dirkjanm

Description

@dirkjanm

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))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions