Skip to content

Commit 5387cfa

Browse files
committed
Add missing double points
1 parent 7a563e1 commit 5387cfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ibmos2spark/osconfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ def _get_required_keys(cos_type, auth_method):
249249
if (cos_type == "bluemix_cos"):
250250
if (auth_method == "api_key"):
251251
return required_key_list_iam_api_key
252-
elif (auth_method == "iam_token")
252+
elif (auth_method == "iam_token"):
253253
return required_key_list_iam_token
254254
else:
255255
raise ValueError("Invalid input: auth_method. auth_method is optional but if set, it should have one of the following values: api_key, iam_token")

0 commit comments

Comments
 (0)