mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-24 17:16:12 +01:00
- drop double read(), the copy_pac method is doing that already and python 2.6 is crashing here
This commit is contained in:
parent
744ce9155f
commit
38edcb605f
@ -2621,7 +2621,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
||||
revision=rev,
|
||||
comment=comment,
|
||||
keep_link=opts.keep_link)
|
||||
print(r.read())
|
||||
print(r)
|
||||
|
||||
|
||||
@cmdln.option('-r', '--repo', metavar='REPO',
|
||||
|
Loading…
Reference in New Issue
Block a user