Fixed error in docstring.
This commit is contained in:
@@ -21,7 +21,7 @@ def _workflow_classes(modname):
|
|||||||
return workflow_classes
|
return workflow_classes
|
||||||
|
|
||||||
def workflow_list():
|
def workflow_list():
|
||||||
"""Returns a ListStore containing all new workflows"""
|
"""Returns a list containing all new workflows"""
|
||||||
retval = []
|
retval = []
|
||||||
|
|
||||||
# List all .py files that can contain workflow classes
|
# List all .py files that can contain workflow classes
|
||||||
|
Reference in New Issue
Block a user