Skip to content

Commit

Permalink
Remove special case for Process
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Sep 25, 2023
1 parent c190d47 commit ccc890f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci_boost_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def names_to_string(names):

# allmetadata['histogram']['name']="Histogram" # sent pr. done.
# allmetadata['parameter_python']['name']="Parameter Python Bindings" # sent pr. done.
allmetadata["process"]["name"] = "Process" # sent pr
# allmetadata["process"]["name"] = "Process" # sent pr. done.
# allmetadata['stl_interfaces']['name']="Stl_interfaces" # sent pr. done.
# allmetadata["utility/string_ref"]["name"] = "String_ref" # sent pr
allmetadata["compatibility"]["category"] = ["Workarounds"] # sent pr
Expand Down

0 comments on commit ccc890f

Please sign in to comment.