diff --git a/conf/distro/include/tcmode-external-sourcery.inc b/conf/distro/include/tcmode-external-sourcery.inc index 8769ed0..9ea5974 100644 --- a/conf/distro/include/tcmode-external-sourcery.inc +++ b/conf/distro/include/tcmode-external-sourcery.inc @@ -173,7 +173,7 @@ python toolchain_metadata_setup () { testenv = os.environ.copy() for var in ['MGLS_LICENSE_FILE', 'LM_LICENSE_FILE']: if var in d: - testenv[var] = d.getVar(var, True) + testenv[var] = d.getVar(var, True) with tempfile.NamedTemporaryFile(suffix='.c') as f: try: