Skip to content

Commit

Permalink
Merge pull request #19 from atf1206/patch-1
Browse files Browse the repository at this point in the history
Typo in q_send.py (excuting -> executing)
  • Loading branch information
komsit37 authored Dec 20, 2019
2 parents cf8caee + e9c67e7 commit 716e3e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion q_send.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def send(self, con, input):

@staticmethod
def sendAndUpdateStatus(view, con, input):
view.set_status('result', 'excuting...')
view.set_status('result', 'executing...')
try:
d = QSendRawCommand.executeRaw(con, input)
view.set_status('result', d['status'])
Expand Down

0 comments on commit 716e3e3

Please sign in to comment.