Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
make certain that None doesn't get passed instead of emptystring
  • Loading branch information
scbedd committed Sep 12, 2019
commit e4f8f2392201ac7fb2102a3503c79ac8c9dc7610
1 change: 1 addition & 0 deletions scripts/devops_tasks/build_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ def build_packages(targeted_packages, distribution_directory):

parser.add_argument(
"--additionalfilterstring",
default="",
help=(
"Additional filter on top of the glob_string already presented. Used in simple 'contains' match"
"Example: --additionalfilterstring=nspkg"
Expand Down