Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

[windows] if parameter --label is not included, command does not work #95

Open
Lautenschlager-id opened this issue Feb 23, 2020 · 0 comments

Comments

@Lautenschlager-id
Copy link

When trying to execute git pr without --label I get

←[01;31mUnable to send pull request←[0m
Traceback (most recent call last):
  File "c:\users\lautenschlager\appdata\local\programs\python\python36-32\lib\si
te-packages\git_pull_request\__init__.py", line 745, in main
    labels=args.label,
  File "c:\users\lautenschlager\appdata\local\programs\python\python36-32\lib\si
te-packages\git_pull_request\__init__.py", line 341, in git_pull_request
    fork, setup_only, branch_prefix, dry_run, labels,
  File "c:\users\lautenschlager\appdata\local\programs\python\python36-32\lib\si
te-packages\git_pull_request\__init__.py", line 544, in fork_and_push_pull_reque
st
    ptitle, body = edit_title_and_message(ptitle, body)
  File "c:\users\lautenschlager\appdata\local\programs\python\python36-32\lib\si
te-packages\git_pull_request\__init__.py", line 419, in edit_title_and_message
    content = edit_file_get_content_and_remove(bodyfilename)
  File "c:\users\lautenschlager\appdata\local\programs\python\python36-32\lib\si
te-packages\git_pull_request\__init__.py", line 388, in edit_file_get_content_an
d_remove
    raise RuntimeError("Editor exited with status code %d" % status)
RuntimeError: Editor exited with status code 1
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant