Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible regex issue in check_cdot_aggr.pl #56

Open
andrazkopac opened this issue Oct 26, 2021 · 1 comment
Open

Possible regex issue in check_cdot_aggr.pl #56

andrazkopac opened this issue Oct 26, 2021 · 1 comment

Comments

@andrazkopac
Copy link

if ($aggr_name =~ m/.$excludeliststr/) {

I don't understand why there's a dot in the regex before the variable $excludeliststr
Is it a mistake and should be removed?

@andrazkopac andrazkopac changed the title Possible regex issue Possible regex issue in check_cdot_aggr.pl Oct 26, 2021
@aleex42
Copy link
Owner

aleex42 commented Oct 26, 2021

Seems to be a mistake in my opinion. You can fix it, if you want :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants