Skip to content

Commit

Permalink
make_stats_plots: Typo fix for #24
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Mar 28, 2021
1 parent e79fe24 commit cd24461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/make_stats_plots
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if __name__ == '__main__':
args = parser.parse_args()
vargs = vars(args)

if args.include_repo and args.exclude_repos:
if args.include_repo and args.exclude_repo:
raise ValueError(
"Cannot provide include_repo and exclude_repo simultaneously!"
)
Expand Down

0 comments on commit cd24461

Please sign in to comment.