7z: properly list the needed package as pylzma

This commit is contained in:
Jean-Francois Dockes 2019-06-21 16:57:58 +02:00
parent 2b34ccc471
commit db9fd248f3

View File

@ -14,7 +14,7 @@ import rclexecm
try:
from py7zlib import Archive7z
except:
print("RECFILTERROR HELPERNOTFOUND python3:py7zlib")
print("RECFILTERROR HELPERNOTFOUND python3:pylzma")
sys.exit(1);
try: