diff options
Diffstat (limited to 'libmat2/bubblewrap.py')
| -rw-r--r-- | libmat2/bubblewrap.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmat2/bubblewrap.py b/libmat2/bubblewrap.py index ab6867e..961b76e 100644 --- a/libmat2/bubblewrap.py +++ b/libmat2/bubblewrap.py | |||
| @@ -22,7 +22,7 @@ CalledProcessError = subprocess.CalledProcessError | |||
| 22 | # pylint: disable=subprocess-run-check | 22 | # pylint: disable=subprocess-run-check |
| 23 | 23 | ||
| 24 | 24 | ||
| 25 | @functools.lru_cache | 25 | @functools.lru_cache(maxsize=None) |
| 26 | def _get_bwrap_path() -> str: | 26 | def _get_bwrap_path() -> str: |
| 27 | which_path = shutil.which('bwrap') | 27 | which_path = shutil.which('bwrap') |
| 28 | if which_path: | 28 | if which_path: |
