We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1115ca commit 9c9251eCopy full SHA for 9c9251e
scapy/data.py
@@ -302,7 +302,7 @@ def scapy_data_cache(name):
302
if SCAPY_CACHE_FOLDER is None:
303
# Cannot cache.
304
return lambda x: x
305
- cachepath = SCAPY_CACHE_FOLDER / name
+ cachepath = SCAPY_CACHE_FOLDER / (name + ".pickle")
306
307
def _cached_loader(func, name=name):
308
# type: (DecoratorCallable, str) -> DecoratorCallable
0 commit comments