Thanks to visit codestin.com Credit goes to github.com
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
It would be nice if at least cherry_picker allowed older Python 3s.
$ python -V Python 3.5.2 $ python -m cherry_picker Traceback (most recent call last): File "/usr/lib/python3.5/runpy.py", line 174, in _run_module_as_main mod_name, mod_spec, code = _get_module_details(mod_name, _Error) File "/usr/lib/python3.5/runpy.py", line 144, in _get_module_details code = loader.get_code(mod_name) File "<frozen importlib._bootstrap_external>", line 767, in get_code File "<frozen importlib._bootstrap_external>", line 727, in source_to_code File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed File "/home/antoine/cpython/core-workflow/cherry_picker/cherry_picker.py", line 24 run_cmd(f"git fetch {upstream}", dry_run=dry_run) ^ SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered:
This is a duplicate of #56.
Sorry, something went wrong.
No branches or pull requests
It would be nice if at least cherry_picker allowed older Python 3s.
The text was updated successfully, but these errors were encountered: