Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

main, db_migrate: Hotfix user_directory and convert config_directory to Path #1306

Merged
merged 1 commit into from
Nov 22, 2024

Conversation

C0rn3j
Copy link
Collaborator

@C0rn3j C0rn3j commented Nov 22, 2024

	user_directory   = Path(GLib.get_user_data_dir())  / "TauonMusicBox"
	config_directory = Path(GLib.get_user_data_dir())  / "TauonMusicBox"

This was wrong and should have been string, only ran into it on the regular OS install and not the venv build.

user_directory is now string again for now, and config_directory was converted proper.

@Taiko2k Taiko2k merged commit 4a1a611 into Taiko2k:master Nov 22, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants