Bug solving

This commit is contained in:
Kevin Veen-Birkenbach
2025-03-06 12:45:53 +01:00
parent 2035367fa7
commit 05917b23d3
2 changed files with 4 additions and 2 deletions

View File

@@ -5,8 +5,7 @@ import yaml
import argparse
import json
import os
# Ensure the current working directory is the scripts directory
os.chdir(os.path.dirname(os.path.realpath(__file__)))
# Define configuration file paths.
USER_CONFIG_PATH = os.path.join(os.path.dirname(os.path.realpath(__file__)), "config", "config.yaml")
BIN_DIR = os.path.expanduser("~/.local/bin")