Skip to content

Commit

Permalink
Fix test coverage issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsasha committed Feb 23, 2023
1 parent 7152737 commit da71804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion irrd/scripts/rpsl_read.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,5 @@ def main(): # pragma: no cover
RPSLParse().main(args.input_file, args.strict_validation, args.database, not args.hide_info)


if __name__ == "__main__":
if __name__ == "__main__": # pragma: no cover
main()

0 comments on commit da71804

Please sign in to comment.