Skip to content

Commit

Permalink
Merge branch 'main' into feat/new_covfie_plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
AJPfleger authored Aug 28, 2024
2 parents d0acf60 + ef092ca commit 1d8a544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CI/check_license.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def year_print(*pargs):
exit = 0
srcs = list(srcs)
nsrcs = len(srcs)
step = int(nsrcs / 20)
step = max(int(nsrcs / 20), 1)
for i, src in enumerate(srcs):
if any([fnmatch(src, e) for e in args.exclude]):
continue
Expand Down

0 comments on commit 1d8a544

Please sign in to comment.