From 313169b9a4e6c98f77dd2d0062b3193fa0c7a2b0 Mon Sep 17 00:00:00 2001 From: Jason Cobb Date: Fri, 23 Dec 2022 23:55:36 -0500 Subject: [PATCH] Remove xml part of launcher wikidump name --- wikiteam3/launcher.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wikiteam3/launcher.py b/wikiteam3/launcher.py index 86543bf6..2976e88f 100644 --- a/wikiteam3/launcher.py +++ b/wikiteam3/launcher.py @@ -172,8 +172,8 @@ def main(): pathHistoryTmp = Path("..", prefix + "-history.xml.7z.tmp") pathHistoryFinal = Path("..", prefix + "-history.xml.7z") - pathFullTmp = Path("..", prefix + "-wikidump.xml.7z.tmp") - pathFullFinal = Path("..", prefix + "-wikidump.xml.7z") + pathFullTmp = Path("..", prefix + "-wikidump.7z.tmp") + pathFullFinal = Path("..", prefix + "-wikidump.7z") # Make a non-solid archive with all the text and metadata at default compression. You can also add config.txt if you don't care about your computer and user names being published or you don't use full paths so that they're not stored in it. compressed = subprocess.call(