Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix parsing of custom share configuration (#60)
The double-colon ":" char is considered a key/value separator in Python's ConfigParser class default configuration. Some share manual settings require ":" in the key string (e.g. Recycle Bin). This commit configure the ConfigParser object to expect key/value lines separated by "=" char only.
- Loading branch information