Skip to content

Instantly share code, notes, and snippets.

View JakkuSakura's full-sized avatar
🏳️‍⚧️
Crazyy

Jakku Sakura JakkuSakura

🏳️‍⚧️
Crazyy
View GitHub Profile
@JakkuSakura
JakkuSakura / repo.py
Created January 2, 2025 07:55
Make git submodule error tolerant
#!/usr/bin/env python3
import argparse
import logging
import os
import shlex
import subprocess
import sys
from typing import List
logger = logging.getLogger('repo')