Code Cleanup

This commit is contained in:
Konloch 2022-01-22 13:03:48 -06:00
parent 6986b1b840
commit cbc15e074e
1 changed files with 1 additions and 1 deletions

View File

@ -10,4 +10,4 @@ class skeleton(Plugin):
def execute(classNodeList, notUsed): #for some reason it requires a second arg
gui = PluginConsole("Skeleton Title")
gui.setVisible(Boolean.TRUE)
gui.appendText("executed skeleton example")
gui.appendText("executed skeleton example")