21 """Get the apps defined in the given session"""
23 if session_name ==
"":
24 session_dals = session_db.get_dals(class_name=
"Session")
25 if len(session_dals) == 0:
26 print(f
"Error could not find any Session in file {oksfile}")
28 session = session_dals[0]
31 session = session_db.get_dal(
"Session", session_name)
33 print(f
"Error could not find Session {session_name} in file {oksfile}")
36 segment = session.segment