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]