Skip to content

Commit

Permalink
- drop double read(), the copy_pac method is doing that already and p…
Browse files Browse the repository at this point in the history
…ython 2.6 is crashing here
  • Loading branch information
adrianschroeter committed Sep 17, 2013
1 parent 744ce91 commit 38edcb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osc/commandline.py
Original file line number Diff line number Diff line change
Expand Up @@ -2621,7 +2621,7 @@ def do_copypac(self, subcmd, opts, *args):
revision=rev,
comment=comment,
keep_link=opts.keep_link)
print(r.read())
print(r)


@cmdln.option('-r', '--repo', metavar='REPO',
Expand Down

0 comments on commit 38edcb6

Please sign in to comment.