1
0
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:
Adrian Schröter 2013-09-17 16:39:23 +02:00
parent 744ce9155f
commit 38edcb605f

View File

@ -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',