We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c8400a commit 258bd24Copy full SHA for 258bd24
tools/make_package.py
@@ -222,7 +222,8 @@ def tag(value_string):
222
"--notests",
223
dest="notests",
224
action="store_true",
225
- help="Exclude tests from the package build.",)
+ help="Exclude tests from the package build.",
226
+ )
227
self.args = parser.parse_args()
228
229
0 commit comments