Skip to content
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.

Fix directory and file creation logic in createDirs #19

Merged
merged 1 commit into from
Aug 8, 2024
Merged

Fix directory and file creation logic in createDirs #19

merged 1 commit into from
Aug 8, 2024

Conversation

wihal
Copy link
Contributor

@wihal wihal commented Jul 30, 2024

Issue: configFile.createFile() was only executed if config existed. If config didn’t exist, configFile.createFile() was not reached.

Fix: Ensured config directory is created if missing, then configFile is created regardless of the directory state.

This should fix the following Problems:

@Koitharu Koitharu merged commit 83ad801 into KotatsuApp:master Aug 8, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants