From 2c266675b82699450c8a53e644fd5aeeea0dd091 Mon Sep 17 00:00:00 2001 From: Dummerle Date: Mon, 14 Dec 2020 18:16:36 +0100 Subject: [PATCH] Fix --- legendary/cli.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/legendary/cli.py b/legendary/cli.py index 861fac6..60f92e5 100644 --- a/legendary/cli.py +++ b/legendary/cli.py @@ -386,8 +386,10 @@ class LegendaryCLI: else: logger.error("No Appdata found in user.reg") + return else: logger.warning(f"Variable {var} not supported") + return save_path = save_path.split("%")[2]