Actions
Bug #6573
closedBug #6534: Displaying the technique list in ncf-builder can take more than one minute
check_output function has no env param
Status:
Released
Priority:
1 (highest)
Assignee:
Category:
Generic methods
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
in #6534, we passed an environment variable to cf-promises to reduce network attempt when computing techniques metadata
But this is passed as param of check_output function, which only accept one param
setting the function to check_output(command, env = dict()) fix this issue
Actions