diff options
| author | 2021-11-01 05:03:56 -0400 | |
|---|---|---|
| committer | 2021-11-01 05:03:56 -0400 | |
| commit | d44db4008a1bc8f83d1172935d524cc368fd3f8c (patch) | |
| tree | 1bfd7014b7d5f8875a4061059052a0039e1e9d9c /test | |
| parent | cdb02b484db3c399494d336a5107351a2d1d4429 (diff) | |
| parent | 4a965d875415907cc1a016b428ae305a964f9228 (diff) | |
Update upstream source from tag 'upstream/1.19.1'
Update to upstream version '1.19.1'
with Debian dir 221a69d6fa394ae5c38ce580f53cd49976cffd88
Diffstat (limited to 'test')
| -rw-r--r-- | test/test_cache.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_cache.py b/test/test_cache.py index ecf482c..9b3623a 100644 --- a/test/test_cache.py +++ b/test/test_cache.py @@ -20,6 +20,7 @@ from gallery_dl import config, util # noqa E402 dbpath = tempfile.mkstemp()[1] config.set(("cache",), "file", dbpath) from gallery_dl import cache # noqa E402 +cache._init() # def tearDownModule(): |
