https://bugzilla.redhat.com/show_bug.cgi?id=1835451 Bug ID: 1835451 Summary: raise ValueError, errmsg # 'File Not Found in bugzilla-submit Product: Fedora Version: 31 Status: NEW Component: bugzilla Severity: high Assignee: itamar@xxxxxxxxxxxxxxxx Reporter: atodorov@xxxxxxxxxx QA Contact: extras-qa@xxxxxxxxxxxxxxxxx CC: emmanuel@xxxxxxxxx, itamar@xxxxxxxxxxxxxxxx, perl-devel@xxxxxxxxxxxxxxxxxxxxxxx Target Milestone: --- Classification: Fedora Description of problem: /usr/share/bugzilla/contrib/bugzilla-submit/bugzilla-submit File "/usr/share/bugzilla/contrib/bugzilla-submit/bugzilla-submit", line 38 raise ValueError, errmsg # 'File Not Found' ^ SyntaxError: invalid syntax Documentation says I can run this with Python 2.3 or higher and indeed the file has a python3 shebang. However it is invalid. That is a Python2 only script which clearly doesn't have any tests executed against it. Version-Release number of selected component (if applicable): bugzilla-contrib-5.0.6-3.fc31.noarch How reproducible: always Steps to Reproduce: 1. dnf install bugzilla-contrib 2. /usr/share/bugzilla/contrib/bugzilla-submit/bugzilla-submit 3. Actual results: Expected results: Additional info: -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ perl-devel mailing list -- perl-devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to perl-devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/perl-devel@xxxxxxxxxxxxxxxxxxxxxxx