find -type f -name '*.py' -exec sed -i 's/^\t/ /' {} \+
Seems simpler to adjust that general approach to whatever codebase and replacement.
Seems simpler to adjust that general approach to whatever codebase and replacement.