You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Ankit Singhal (JIRA)" <ji...@apache.org> on 2018/07/19 19:42:00 UTC

[jira] [Created] (HBASE-20910) Fix dev-support/submit-patch.py

Ankit Singhal created HBASE-20910:
-------------------------------------

             Summary: Fix dev-support/submit-patch.py
                 Key: HBASE-20910
                 URL: https://issues.apache.org/jira/browse/HBASE-20910
             Project: HBase
          Issue Type: Bug
          Components: scripts
            Reporter: Ankit Singhal
            Assignee: Ankit Singhal


{code:python}


hbase$ python3.6 dev-support/submit-patch.py
INFO:submit-patch: Active branch: master
INFO:submit-patch: Using tracking branch as base branch
INFO:submit-patch: Base branch: origin/master
INFO:submit-patch: Patch directory: /Users/asinghal/patches
INFO:submit-patch: Patch name: master.patch
Traceback (most recent call last):
 File "dev-support/submit-patch.py", line 253, in <module>
 f.write(diff.encode('utf8'))
TypeError: write() argument must be str, not bytes
{code}

[~tedyu@apache.org], FYI



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)