Skip to content

Commit

Permalink
NXDRIVE-2930: Fix code scanning issue
Browse files Browse the repository at this point in the history
  • Loading branch information
swetayadav1 committed May 23, 2024
1 parent a891802 commit f4afa27
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nxdrive/client/remote_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,9 @@ def __init__(
auth = self.auth

self.verification_needed = get_verify()

log.info(
f"SSL verify: {verify}-> will be changed to {self.verification_needed}"
)
self.token = token

super().__init__(
Expand Down

0 comments on commit f4afa27

Please sign in to comment.