Skip to content

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

@nathanjmcdougall

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)

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