Skip to content

Commit

Permalink
refactor(printcfg.py): move user_profile.cfg to a new config director…
Browse files Browse the repository at this point in the history
…y to improve organization and avoid cluttering
  • Loading branch information
rootiest committed Jun 13, 2023
1 parent b5b6371 commit 766577d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/printcfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
# Get the current user name
current_user = getpass.getuser()
user_home = os.path.expanduser("~")
profile_path = f"{user_home}/printer_data/user_profile.cfg"
profile_path = f"{user_home}/printer_data/config/user_profile.cfg"
setup_script = f"{user_home}/printcfg/scripts/setup.sh"

# Set the logfile
Expand Down

0 comments on commit 766577d

Please sign in to comment.