Add client to debug command
Makes it easier to debug things ;)
This commit is contained in:
parent
68b1142cd7
commit
9bcd668171
|
@ -411,7 +411,8 @@ def label_edit(issue):
|
|||
|
||||
@issue.command()
|
||||
@pass_issue
|
||||
def debug(issue):
|
||||
@pass_client
|
||||
def debug(client, issue):
|
||||
import IPython
|
||||
IPython.embed()
|
||||
|
||||
|
|
Loading…
Reference in New Issue