Fixed error messages in python test plugin
This commit is contained in:
@@ -98,9 +98,9 @@ def cmd_pythontest(arg1=None, arg2=None, arg3=None):
|
|||||||
prof.log_error(arg3)
|
prof.log_error(arg3)
|
||||||
prof.win_show(plugin_win, "called -> prof.log_error: " + arg3)
|
prof.win_show(plugin_win, "called -> prof.log_error: " + arg3)
|
||||||
else:
|
else:
|
||||||
prof.cons_bad_cmd_usage("/c-test")
|
prof.cons_bad_cmd_usage("/python-test")
|
||||||
else:
|
else:
|
||||||
prof.cons_bad_cmd_usage("/c-test")
|
prof.cons_bad_cmd_usage("/python-test")
|
||||||
|
|
||||||
def prof_init(version, status):
|
def prof_init(version, status):
|
||||||
prof.win_create(plugin_win, _handle_win_input)
|
prof.win_create(plugin_win, _handle_win_input)
|
||||||
|
|||||||
Reference in New Issue
Block a user