Bug 1866463 - dulwich cli broken
Summary: dulwich cli broken
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: python-dulwich
Version: 33
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Fabian Affolter
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-08-05 15:46 UTC by Fabien Boucher
Modified: 2020-12-26 01:36 UTC (History)
1 user (show)

Fixed In Version: python-dulwich-0.20.13-1.fc33
Clone Of:
Environment:
Last Closed: 2020-12-26 01:36:17 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github dulwich dulwich issues 810 0 None closed TypeError when using CLI part 2020-12-22 08:49:17 UTC

Description Fabien Boucher 2020-08-05 15:46:33 UTC
Description of problem: Unable to run the CLI.

Version-Release number of selected component (if applicable):
python3-dulwich-0.20.5-3.fc33.x86_64


How reproducible:
always

Steps to Reproduce:
1. dnf install -y python-dulwich
2. dulwich

Actual results:
Traceback (most recent call last):
  File "/usr/bin/dulwich", line 33, in <module>
    sys.exit(load_entry_point('dulwich==0.20.5', 'console_scripts', 'dulwich')())
  File "/usr/lib64/python3.9/site-packages/dulwich/cli.py", line 713, in main
    if len(argv) < 1:
TypeError: object of type 'NoneType' has no len()

Expected results:
No error

Comment 1 Ben Cotton 2020-08-11 15:17:33 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 33 development cycle.
Changing version to 33.

Comment 2 Fabian Affolter 2020-10-31 09:10:51 UTC
This is an upstream issue -> https://github.com/dulwich/dulwich/issues/810

Comment 3 Fedora Update System 2020-11-23 08:03:40 UTC
FEDORA-2020-050845a033 has been submitted as an update to Fedora 33. https://bodhi.fedoraproject.org/updates/FEDORA-2020-050845a033

Comment 4 Fedora Update System 2020-11-24 01:26:05 UTC
FEDORA-2020-050845a033 has been pushed to the Fedora 33 testing repository.
In short time you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-050845a033`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-050845a033

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 5 Fedora Update System 2020-12-26 01:36:17 UTC
FEDORA-2020-050845a033 has been pushed to the Fedora 33 stable repository.
If problem still persists, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.