You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 27, 2026. It is now read-only.
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
login the credentials module, first-time users will hit an error trying to install credentials for a service: