Repository: incubator-beam Updated Branches: refs/heads/python-sdk cce2e9e52 -> 41bf6f8b4
Fixing staging/temp location comment. Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/93ed5ddb Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/93ed5ddb Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/93ed5ddb Branch: refs/heads/python-sdk Commit: 93ed5ddb077e8eb9a6507247ac9106fe1149bd69 Parents: cce2e9e Author: Pablo <[email protected]> Authored: Thu Dec 22 10:53:09 2016 -0800 Committer: Robert Bradshaw <[email protected]> Committed: Thu Dec 22 20:25:51 2016 -0800 ---------------------------------------------------------------------- sdks/python/apache_beam/utils/options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/93ed5ddb/sdks/python/apache_beam/utils/options.py ---------------------------------------------------------------------- diff --git a/sdks/python/apache_beam/utils/options.py b/sdks/python/apache_beam/utils/options.py index ff7da77..7ca0573 100644 --- a/sdks/python/apache_beam/utils/options.py +++ b/sdks/python/apache_beam/utils/options.py @@ -252,7 +252,7 @@ class GoogleCloudOptions(PipelineOptions): help='GCS path for staging code packages needed by ' 'workers.') # Remote execution must check that this option is not None. - # If temp_location is not set, it defaults to staging_location. + # If staging_location is not set, it defaults to temp_location. parser.add_argument('--temp_location', default=None, help='GCS path for saving temporary workflow jobs.')
