Due to having missed updating a call to log in the credentials module, first-time users will hit an error trying to install credentials for a service:
...
File "/home/parallels/.shiv/handprint_8aaa095b0627e5378d25107a0bc0bd8839387521aad95eafce5ffa5a0e6e18bb/site-packages/handprint/credentials/base.py", line 50, in save_credentials
if __debug__: log('creating credentials dir: {}.', Credentials.creds_dir)
TypeError: log() takes 1 positional argument but 2 were given
Due to having missed updating a call to
log
in the credentials module, first-time users will hit an error trying to install credentials for a service: