Fixed error messages in python test plugin

This commit is contained in:
James Booth
2016-02-24 00:43:32 +00:00
parent 2d29fafb17
commit 99c56b56c6

View File

@@ -98,9 +98,9 @@ def cmd_pythontest(arg1=None, arg2=None, arg3=None):
prof.log_error(arg3)
prof.win_show(plugin_win, "called -> prof.log_error: " + arg3)
else:
prof.cons_bad_cmd_usage("/c-test")
prof.cons_bad_cmd_usage("/python-test")
else:
prof.cons_bad_cmd_usage("/c-test")
prof.cons_bad_cmd_usage("/python-test")
def prof_init(version, status):
prof.win_create(plugin_win, _handle_win_input)