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 Mar 30, 2026. It is now read-only.
After #59 was merged we get this error when using the old config file format.
❯ subgit pull
Exception type: TypeError
EXCEPTION MESSAGE: string indices must be integers
To get more detailed exception set environment variable 'DEBUG=1'
To PDB debug set environment variable 'PDB=1'
Here is the traceback:
Traceback (most recent call last):
[...]
File "/home/nn/code/github.com/dynamist/subgit/subgit/core.py", line 354, in pull
active_repos = self._get_active_repos(config)
File "/home/nn/code/github.com/dynamist/subgit/subgit/core.py", line 335, in _get_active_repos
repo_name = repo_data["name"]
TypeError: string indices must be integers
After #59 was merged we get this error when using the old config file format.
Here is the traceback: