We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47b4417 commit 60dcc93Copy full SHA for 60dcc93
scripts/koji/koji_import_rpms.py
@@ -7,7 +7,7 @@
7
8
9
def get_srpm_info(srpmpath):
10
- return subprocess.check_output(['rpm', '-qp', srpmpath, '--qf', '%{name};;%{nvr}']).split(';;')
+ return subprocess.check_output(['rpm', '-qp', srpmpath, '--qf', '%{name};;%{nvr}']).decode().split(';;')
11
12
def check_dir(dirpath):
13
if not os.path.isdir(dirpath):
0 commit comments