Fix indentation

This commit is contained in:
DevilXD
2023-12-06 21:55:02 +01:00
parent a99227afbf
commit f4602d40fd

View File

@@ -42,7 +42,7 @@ def _resource_path(relative_path: Path | str) -> Path:
Works for dev and for PyInstaller.
"""
if IS_APPIMAGE:
base_path = Path(sys.argv[0]).absolute().parent
base_path = Path(sys.argv[0]).absolute().parent
elif IS_PACKAGED:
# PyInstaller's folder where the one-file app is unpacked
meipass: str = getattr(sys, "_MEIPASS")