Resolve "onionoo consider tests results from assignments.log to be blocklist flags"
Merged
requested to merge 40045-onionoo-consider-tests-results-from-assignments-log-to-be-blocklist-flags into master
1 unresolved thread
Closes #40045 (closed)
Merge request reports
Activity
assigned to @hiro
added Metrics Maintenance Needs Review labels
requested review from @juga
- Resolved by juga
952 952 detailsStatus.setBridgedbDistributor(bridgedbDistributor); 953 953 String[] blocklistParts = assignment.split("blocklist="); 954 954 if (blocklistParts != null && blocklistParts.length > 1) { 955 List<String> blocklist = 956 Arrays.asList(blocklistParts[1].split(",")); mentioned in commit 8c7a6f00
Please register or sign in to reply