diff --git a/yin_yang/plugins/konsole.py b/yin_yang/plugins/konsole.py index 5d45813..8c6a718 100644 --- a/yin_yang/plugins/konsole.py +++ b/yin_yang/plugins/konsole.py @@ -122,6 +122,9 @@ def available(self) -> bool: @property def default_profile(self): value = None + # Ensure directory exists + Path(self.user_path).mkdir(parents=True, exist_ok=True) + # cant use config parser because of weird file structure with self.config_path.open('r') as file: for line in file: