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

bug: update flux job id regular expression #5662

Merged
merged 2 commits into from
Jan 11, 2025

Conversation

vsoch
Copy link
Contributor

@vsoch vsoch commented Jan 9, 2025

problem: the current regex does not include a regular f
solution: add an OR (|) that will allow either.

problem: the current regex does not include a regular f
solution: add an OR (|) that will allow either.
Signed-off-by: vsoch <[email protected]>
Copy link

netlify bot commented Jan 9, 2025

Deploy Preview for nextflow-docs-staging canceled.

Name Link
🔨 Latest commit 5da6d15
🔍 Latest deploy log https://app.netlify.com/sites/nextflow-docs-staging/deploys/6781a66cde43a60008ea4159

@epstein6
Copy link

epstein6 commented Jan 9, 2025

I used + static final private Pattern SUBMIT_REGEX = ~/([ƒf].+)/ but I think this should do the same thing!

@pditommaso
Copy link
Member

Adding a little unit test to validate the regex would be a good thing

@pditommaso
Copy link
Member

Thank you

@pditommaso pditommaso merged commit 58a0b34 into nextflow-io:master Jan 11, 2025
20 checks passed
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

Successfully merging this pull request may close these issues.

3 participants