diff --git a/legendary/core.py b/legendary/core.py index 7a4b033..6816548 100644 --- a/legendary/core.py +++ b/legendary/core.py @@ -562,6 +562,7 @@ class LegendaryCore: # make sure base directory actually exists (but do not create game dir) if not os.path.exists(base_path): + self.log.info(f'"{base_path}" does not exist, creating...') os.makedirs(base_path) install_path = os.path.join(base_path, game_folder)