Skip to content

Commit

Permalink
Fix logic error
Browse files Browse the repository at this point in the history
  • Loading branch information
5nord committed Oct 24, 2024
1 parent b9c4588 commit 3864ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion show.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func printJSON(report *ConfigReport, keys []string) error {
return err
}

if dumb {
if !dumb {
var list []project.TestConfig
for _, file := range files {
tree := ttcn3.ParseFile(file)
Expand Down

0 comments on commit 3864ad3

Please sign in to comment.