policies/expression: add pb_flow_plan variable

This commit is contained in:
Jens Langhammer
2020-05-13 18:44:36 +02:00
parent 461fed5567
commit 80c3246333
6 changed files with 6 additions and 3 deletions

View File

@ -23,7 +23,6 @@ def user_stages(context: RequestContext) -> List[UIUserSettings]:
if not user_settings:
continue
matching_stages.append(user_settings)
print(matching_stages)
return matching_stages