Skip to content

Commit

Permalink
decode diff in osc rq show -d before printing it
Browse files Browse the repository at this point in the history
  • Loading branch information
lethliel committed Jun 5, 2018
1 parent a455fd8 commit d8751be
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 @@ -2428,7 +2428,7 @@ def do_request(self, subcmd, opts, *args):
action.tgt_project, action.tgt_package)
diff += submit_action_diff(apiurl, action)
diff += '\n\n'
run_pager(diff, tmp_suffix='')
run_pager(diff.decode('utf-8'), tmp_suffix='')

# checkout
elif cmd == 'checkout' or cmd == 'co':
Expand Down

0 comments on commit d8751be

Please sign in to comment.