Skip to content

Commit 8490820

Browse files
committed
Update identity_client.py
1 parent ead8a72 commit 8490820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

veadk/integrations/ve_identity/identity_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def try_get_vefaas_credentials():
7777
ve_iam_cred.session_token,
7878
)
7979
except FileNotFoundError:
80-
pass # If VeFaaS IAM file not found, ignore
80+
pass # If VeFaaS IAM file not found, ignore
8181
except Exception as e:
8282
logger.warning(f"Failed to retrieve credentials from VeFaaS IAM: {e}")
8383
return None

0 commit comments

Comments
 (0)