Restyle using black, improve m4b process handling

This commit is contained in:
Deniz Şafak
2025-05-04 11:39:54 +03:00
parent 412fb3bc7e
commit 146fcb3c1f
5 changed files with 104 additions and 37 deletions
+1
View File
@@ -67,6 +67,7 @@ def get_version():
# Define config path
def get_user_config_path():
from platformdirs import user_config_dir
# TODO Config directory is changed for Linux and MacOS. But if old config exists, it will be used.
# On nonWindows, prefer ~/.config/abogen if it already exists
if platform.system() != "Windows":