We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4b7ef4 commit c692b36Copy full SHA for c692b36
build.py
@@ -14,7 +14,7 @@ def create_parser():
14
# flags / options
15
parser.add_argument("-f", "--fail-on-warning", action="store_true")
16
parser.add_argument("-n", "--nitpicky", action="store_true")
17
- parser.add_argument("-j", "--jobs", type=int)
+ parser.add_argument("-j", "--jobs", type=int, default=1)
18
19
# extra build steps
20
parser.add_argument("-i", "--index-file", action="store_true") # for PEP 0
0 commit comments