Skip to content

Commit aecf8dd

Browse files
committed
Fix test; trigger postcommits
1 parent c3e00ba commit aecf8dd

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"comment": "Modify this file in a trivial way to cause this test suite to run.",
3-
"modification": 32
3+
"modification": 0
44
}
55

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"comment": "Modify this file in a trivial way to cause this test suite to run",
3-
"modification": 14
3+
"modification": 0
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"comment": "Modify this file in a trivial way to cause this test suite to run",
3-
"modification": 5
3+
"modification": 0
44
}

sdks/python/apache_beam/options/pipeline_options.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1682,6 +1682,7 @@ def _add_argparse_args(cls, parser):
16821682
'(not __main__) and the modules are importable in the worker. '))
16831683
parser.add_argument(
16841684
'--disable_save_main_session',
1685+
default=None,
16851686
action='store_false',
16861687
dest='save_main_session',
16871688
help=(

0 commit comments

Comments
 (0)