Skip to content

Emit message when creating a config file when adding config items #912

Description

@nathanjmcdougall

for file_manager in used_file_managers:
if not (file_manager.path.exists() and file_manager.path.is_file()):
# If the file doesn't exist, we will create it
file_manager.path.touch(exist_ok=True)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions