We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
upgrade.py
add import os
rom os import * import os import sys
change the command line from
codemod = "./bin/codemod.py"
to
codemod = "python %s" % os.path.join(os.path.dirname(os.path.abspath(__file__)), "bin", "codemod.py")
bin/codemod.py
comment line 745
# sys.stdout.write(curses.tigetstr('sgr0'))
goto http://www.lfd.uci.edu/~gohlke/pythonlibs/#curses download and install
workaround to codemod issue: facebookarchive/codemod#32 open cmd cd your project to upgrade
run script
python c:\Marionette.Upgrade\upgrade.py .\
The text was updated successfully, but these errors were encountered:
Thanks amelon. Could you add this information to the readme?
Sorry, something went wrong.
No branches or pull requests
update files
file
upgrade.py
add import os
change the command line
from
to
file
bin/codemod.py
comment line 745
add curse
goto http://www.lfd.uci.edu/~gohlke/pythonlibs/#curses
download and install
run script
workaround to codemod issue: facebookarchive/codemod#32
open cmd
cd your project to upgrade
run script
The text was updated successfully, but these errors were encountered: