-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
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
'raw_input' is not defined #44
Comments
This issue arises because git-sweep is not compatible with Python 3. |
Eh? |
Please consider stating this in your README. It currently says Python >=2.6 as the requirement. |
Got the same. I did --force and it deleted the branches as described |
I'm not a python expert but would love if it was cross compatible with multiple versions, since working with multiple python projects, especially with pyenv, you'd have constantly switch between python versions in order to run this command correctly. |
possible fix - change it here Line 145 in d7522b4
|
as @dfuentes77 mention:
I tried. |
in this case, we have to adopt the whole project for py3. not just this line. |
especially since python 2.7 is no longer maintained |
When I run
git-sweep cleanup
, the branches to be cleaned up are listed then this:And nothing is cleaned up.
The text was updated successfully, but these errors were encountered: