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

New process launch API #701

Merged
merged 11 commits into from
Oct 10, 2024
Merged

New process launch API #701

merged 11 commits into from
Oct 10, 2024

Conversation

smashery
Copy link
Contributor

@adfoster-r7
Copy link
Contributor

Looks like the python tests are stalling because Github removed the macos-11 runners; rebasing on master should fix this (PR)

@@ -199,7 +199,7 @@ public List getValues(int type) {
ArrayList values = new ArrayList();
ArrayList indices = (ArrayList) valueMap.get(new Integer(type));
if (indices == null) {
throw new IllegalArgumentException("Cannot find type " + type);
return values;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@adfoster-r7 adfoster-r7 merged commit 80d73d4 into rapid7:master Oct 10, 2024
17 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.

2 participants