mirror of
https://github.com/derrod/legendary.git
synced 2025-08-27 12:21:00 +00:00
Fix
This commit is contained in:
parent
1023c6fc68
commit
2c266675b8
|
@ -386,8 +386,10 @@ class LegendaryCLI:
|
||||||
|
|
||||||
else:
|
else:
|
||||||
logger.error("No Appdata found in user.reg")
|
logger.error("No Appdata found in user.reg")
|
||||||
|
return
|
||||||
else:
|
else:
|
||||||
logger.warning(f"Variable {var} not supported")
|
logger.warning(f"Variable {var} not supported")
|
||||||
|
return
|
||||||
|
|
||||||
save_path = save_path.split("%")[2]
|
save_path = save_path.split("%")[2]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue