Skip to content

Commit 87ed9c3

Browse files
author
tommy
committed
revise compile-only-when-diff-detected default
1 parent 2926fef commit 87ed9c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

atcodertools/tools/compiler.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ def main(prog, args):
6161

6262
parser.add_argument('--compile-only-when-diff-detected',
6363
help='compile only when diff detected [true, false]'
64-
' [Default]: true',
64+
' [Default]: false',
6565
type=bool,
66-
default=False)
66+
default=None)
6767

6868
parser.add_argument("--config",
6969
help="File path to your config file\n{0}{1}".format("[Default (Primary)] {}\n".format(

0 commit comments

Comments
 (0)