| fix: | |
| raise | |
| print(f"{errdesc}, attempting autofix...") | |
| git_fix_workspace(dir, name) | |
| return run(f'"{git}" -C "{dir}" {command}', desc=desc, errdesc=errdesc, custom_env=custom_env, live=live) |
| fix: | |
| raise | |
| print(f"{errdesc}, attempting autofix...") | |
| git_fix_workspace(dir, name) | |
| return run(f'"{git}" -C "{dir}" {command}', desc=desc, errdesc=errdesc, custom_env=custom_env, live=live) |