X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=utils%2Fenv_prepare%2Fstack_prepare.py;h=c1ac395ad1889ba001268f5910ce9b2220d12def;hb=75bf3ebba105798ce450b321a5d770fcee985896;hp=9830884952323890167a67e97ca42c15fc7f5ed6;hpb=adf6a02bae295455f584ebab762592dd57e2422c;p=bottlenecks.git diff --git a/utils/env_prepare/stack_prepare.py b/utils/env_prepare/stack_prepare.py index 98308849..c1ac395a 100644 --- a/utils/env_prepare/stack_prepare.py +++ b/utils/env_prepare/stack_prepare.py @@ -75,7 +75,6 @@ def _source_file(rc_file): shell=True) output = p.communicate()[0] output_lines = output.splitlines() - del output_lines[5] env = dict((line.split('=', 1) for line in output_lines)) os.environ.update(env) return env