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

[BUG] write-ini fails when ~/.config/ARRCON directory doesn't exist #8

Closed
radj307 opened this issue Jan 26, 2022 · 1 comment
Closed
Assignees
Labels
bug Something isn't working

Comments

@radj307
Copy link
Owner

radj307 commented Jan 26, 2022

# System Information

  • OS: Linux - Debian 11
  • Version: 3.2.14
  • Shell: bash

# Bug Description

The program does not create the ~/.config/ARRCON directory when calling write-ini.
Since this directory never exists by default, the program should create any parent directories before attempting to write the config file.

# Reproduction Steps

  1. Make sure the ~/.config/ARRCON directory doesn't exist
  2. Use the ARRCON --write-ini command
@radj307 radj307 added the bug Something isn't working label Jan 26, 2022
@radj307 radj307 self-assigned this Jan 26, 2022
@radj307
Copy link
Owner Author

radj307 commented Jan 26, 2022

fixed in 3.2.15 (3e01ea1)

@radj307 radj307 closed this as completed Jan 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant