Skip to content

Commit

Permalink
* fix missing arg
Browse files Browse the repository at this point in the history
  • Loading branch information
DisposaBoy committed Apr 24, 2013
1 parent 81a99b2 commit c31a6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gosubl/mg9.py
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ def _send():

header, err = gs.json_encode(req.header())
if err:
_cb_err('Failed to construct ipc header: %s' % err)
_cb_err(cb, 'Failed to construct ipc header: %s' % err)
continue

body, err = gs.json_encode(arg)
Expand Down

0 comments on commit c31a6e6

Please sign in to comment.