You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Armand Grillet (JIRA)" <ji...@apache.org> on 2018/06/05 22:05:00 UTC

[jira] [Created] (MESOS-8979) python3/push-commits.py fails due to TypeError

Armand Grillet created MESOS-8979:
-------------------------------------

             Summary: python3/push-commits.py fails due to TypeError
                 Key: MESOS-8979
                 URL: https://issues.apache.org/jira/browse/MESOS-8979
             Project: Mesos
          Issue Type: Bug
    Affects Versions: 1.7.0
            Reporter: Armand Grillet
            Assignee: Armand Grillet


{code}
> ./support/python3/push-commits.py
Traceback (most recent call last):
  File "./support/python3/push-commits.py", line 158, in <module>
    main()
  File "./support/python3/push-commits.py", line 111, in main
    current_branch = current_branch_ref.replace('refs/heads/', '', 1)
TypeError: a bytes-like object is required, not 'str'
{code}



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