Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2fea7b6

Browse filesBrowse files
stanleyz-gengelke
authored andcommitted
fixing help text unnecessary linebreak (GoogleCloudPlatform#1951)
* fixing help text unnecessary linebreak * Stringent lint rule forces line to be shorter
1 parent 637d3c3 commit 2fea7b6
Copy full SHA for 2fea7b6

File tree

Expand file treeCollapse file tree

1 file changed

+4
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-2
lines changed

‎storage/transfer_service/aws_request.py

Copy file name to clipboardExpand all lines: storage/transfer_service/aws_request.py
+4-2Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,10 @@ def main(description, project_id, start_date, start_time, source_bucket,
8989
parser.add_argument('start_time', help='UTC Time (24hr) HH:MM:SS.')
9090
parser.add_argument('source_bucket', help='AWS source bucket name.')
9191
parser.add_argument('access_key_id', help='Your AWS access key id.')
92-
parser.add_argument('secret_access_key', help='Your AWS secret access '
93-
'key.')
92+
parser.add_argument(
93+
'secret_access_key',
94+
help='Your AWS secret access key.'
95+
)
9496
parser.add_argument('sink_bucket', help='GCS sink bucket name.')
9597

9698
args = parser.parse_args()

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.