Project

General

Profile

Actions

Bug #6573

closed

Bug #6534: Displaying the technique list in ncf-builder can take more than one minute

check_output function has no env param

Added by Vincent MEMBRÉ almost 9 years ago. Updated almost 2 years ago.

Status:
Released
Priority:
1
Category:
Generic methods
Target version:
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

Also available in: Atom PDF