fix typo
This commit is contained in:
parent
7a460b0d83
commit
264fa61656
@ -183,7 +183,7 @@ class commandManager():
|
|||||||
try:
|
try:
|
||||||
if self.env['runtime']['helpManager'].isTutorialMode():
|
if self.env['runtime']['helpManager'].isTutorialMode():
|
||||||
self.env['runtime']['debug'].writeDebugOut("Tutorial for command:" + section + "." + command ,debug.debugLevel.INFO)
|
self.env['runtime']['debug'].writeDebugOut("Tutorial for command:" + section + "." + command ,debug.debugLevel.INFO)
|
||||||
description = self.getCommandDescription(section, command)
|
description = self.getCommandDescription(command, section)
|
||||||
self.env['runtime']['outputManager'].presentText(description, interrupt=True)
|
self.env['runtime']['outputManager'].presentText(description, interrupt=True)
|
||||||
else:
|
else:
|
||||||
self.env['runtime']['debug'].writeDebugOut("Executing command:" + section + "." + command ,debug.debugLevel.INFO)
|
self.env['runtime']['debug'].writeDebugOut("Executing command:" + section + "." + command ,debug.debugLevel.INFO)
|
||||||
|
Loading…
Reference in New Issue
Block a user