facebookarchive / codemod

Codemod is a tool/library to assist you with large-scale codebase refactors that can be partially automated but still require human oversight and occasional intervention. Codemod was developed at Facebook and released as open source.
Apache License 2.0
4.11k stars 198 forks source link

fix prompts in Python 3 #113

Open JelleZijlstra opened 4 years ago

JelleZijlstra commented 4 years ago

Currently because the output is not flushed, the prompt doesn't appear.