File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66100,7 +66100,7 @@ class PoetryCache extends cache_distributor_1.default {
66100
66100
const cacheDir = poetryConfig['cache-dir'];
66101
66101
const virtualenvsPath = poetryConfig['virtualenvs.path'].replace('{cache-dir}', cacheDir);
66102
66102
paths.add(virtualenvsPath);
66103
- if (poetryConfig['virtualenvs.in-project'] === true ) {
66103
+ if (poetryConfig['virtualenvs.in-project']) {
66104
66104
paths.add(path.join(basedir, '.venv'));
66105
66105
}
66106
66106
if (pythonLocation) {
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ class PoetryCache extends CacheDistributor {
41
41
42
42
paths . add ( virtualenvsPath ) ;
43
43
44
- if ( poetryConfig [ 'virtualenvs.in-project' ] === true ) {
44
+ if ( poetryConfig [ 'virtualenvs.in-project' ] ) {
45
45
paths . add ( path . join ( basedir , '.venv' ) ) ;
46
46
}
47
47
You can’t perform that action at this time.
0 commit comments