Can't set or delete config keys on the top level #187
Notifications
Total Time Spent: 30 minutes
Due Date
profitroll
30 minutes
No due date set.
Dependencies
No dependencies set.
Reference: profitroll/LibBotUniversal#187
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Functions like
config_set
andconfig_delete
don't really like when an empty list orNone
is provided to them instead of a path.An option to perform an operation on the top level must be present.
Okay, that was a skill issue on my end. I forgor...