Skip to content

Commit

Permalink
Remove args.json
Browse files Browse the repository at this point in the history
close #183
  • Loading branch information
hfiguiere authored and barthalion committed Oct 10, 2023
1 parent da33369 commit 711f312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flatpak_builder_lint/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def main() -> int:
output = json.dumps(results, indent=4)
print(output)

if args.exceptions and not args.json:
if args.exceptions:
print()
print(
"If you think problems listed above are a false positive, please report it here:"
Expand Down

0 comments on commit 711f312

Please sign in to comment.