Skip to content
This repository was archived by the owner on Feb 4, 2020. It is now read-only.
This repository was archived by the owner on Feb 4, 2020. It is now read-only.

CLCACHE_PROFILE ignored when clcache is installed as .exe from chocolatey or pip #363

@Artalus

Description

@Artalus

Apparently, because setup.py mentions

    entry_points={
          'console_scripts': [
              'clcache = clcache.__main__:main',

, the if 'CLCACHE_PROFILE' in os.environ: check is ignored, since it is not located in def main(). I can reproduce this on two machines that has clcache installed as clcache.exe: one was installed from Chocolatey due to lack of MSVC 14.0, another from pip install.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions