Several fixes for the object type registry and the activity registry.
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ activity_info = None
|
||||
|
||||
if len(sys.argv) > 1:
|
||||
registry = ActivityRegistry()
|
||||
activities = registry.get_activities_for_name(sys.argv[1])
|
||||
activities = registry.find_activity(sys.argv[1])
|
||||
if len(activities) > 0:
|
||||
activity_info = activities[0]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user