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.
ffi.py
1 parent ac715a9 commit 965f25dCopy full SHA for 965f25d
1 file changed
libarchive/ffi.py
@@ -328,5 +328,5 @@ def get_write_filter_function(filter_name):
328
except AttributeError:
329
logger.info(
330
f"the libarchive being used (version {version_number()}, "
331
- f"path {ffi.libarchive_path}) doesn't support encryption"
+ f"path {libarchive_path}) doesn't support encryption"
332
)
0 commit comments