Open tcostigl opened 2 years ago
If dlr is installed in a directory not writable by the user, attempting to disable the PhoneHome feature will fail.
Reproduce:
from dlr.counter.phone_home import PhoneHome
PhoneHome.disable_feature()
PermissionError: [Errno 13] Permission denied:...
Expected behavior:
If dlr is installed in a directory not writable by the user, attempting to disable the PhoneHome feature will fail.
Reproduce:
from dlr.counter.phone_home import PhoneHome
PhoneHome.disable_feature()
PermissionError: [Errno 13] Permission denied:...
Expected behavior: