Allow for better TF2 insight and analysis [WIP], write more outputs to the specified out dir and not to the project dir, add E2E_EXACT_PATH setting to speed up execution for known paths
This commit is contained in:
parent
e2cdfade31
commit
dc3a8084b1
5 changed files with 185 additions and 118 deletions
|
@ -260,7 +260,7 @@ def match(tr: TrContext, cl: ClContext):
|
|||
match tr_cb.owner:
|
||||
case TrSubscriptionObject(subscription=tr_sub):
|
||||
tr_sub: TrSubscription
|
||||
tr_topic = tr_sub.topic_name
|
||||
tr_topic = tr_sub.topic_names # TODO: str->list type refactoring
|
||||
if not tr_topic:
|
||||
continue
|
||||
case _:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue