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
If --text-only is not specified, and lets say, we have a folder C:\my\xyz\builds with 2 files: xyz.vcproj and xyz.exe, running rename.py xyz abc * from within the folder will create C:\my\abc\builds\abc.vcproj but leave C:\my\xyz\builds\xyz.exe because it's binary. This is somewhat surprising.
The text was updated successfully, but these errors were encountered:
If
--text-only
is not specified, and lets say, we have a folderC:\my\xyz\builds
with 2 files:xyz.vcproj
andxyz.exe
, runningrename.py xyz abc *
from within the folder will createC:\my\abc\builds\abc.vcproj
but leaveC:\my\xyz\builds\xyz.exe
because it's binary. This is somewhat surprising.The text was updated successfully, but these errors were encountered: