From b6af5a9488cba4ead5c779559501284e4a945030 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Joubert?= Date: Tue, 15 Jan 2019 11:28:28 +0100 Subject: [PATCH] 7z to 7za for decompressing 7z files 7za is better spread over Linux distribution than 7z --- mw/xml_dump/functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mw/xml_dump/functions.py b/mw/xml_dump/functions.py index 2f58e5f..f77ea5a 100644 --- a/mw/xml_dump/functions.py +++ b/mw/xml_dump/functions.py @@ -8,7 +8,7 @@ 'xml': ["cat"], 'gz': ["zcat"], 'bz2': ["bzcat"], - '7z': ["7z", "e", "-so"], + '7z': ["7za", "e", "-so"], 'lzma': ["lzcat"] } """