Skip to content

Commit

Permalink
Update mex/extractors/confluence_vvt/transform.py
Browse files Browse the repository at this point in the history
Co-authored-by: Nicolas Drebenstedt <[email protected]>
Signed-off-by: erichesse <[email protected]>
  • Loading branch information
erichesse and cutoffthetop authored Feb 4, 2025
1 parent 1e0551d commit 7caaaf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mex/extractors/confluence_vvt/transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def transform_confluence_vvt_page_to_extracted_activity(
page, confluence_vvt_activity_mapping
)
for unit in responsible_unit_strings:
if "ZV" in unit:
if "ZV" in unit: # stopgap: MX-1786
return None
responsible_unit_merged_ids = list(
{
Expand Down

0 comments on commit 7caaaf7

Please sign in to comment.