Skip to content

Commit 7153d13

Browse files
Update snippet.py
Co-authored-by: Luke Kim <[email protected]>
1 parent 2465d4e commit 7153d13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from pyarrow import flight
77

88

9-
# Check for gRPC required Google certificate file
9+
# Check for gRPC certificates
1010
if not Path('/usr', 'share', 'grpc', 'roots.pem').exists():
1111
env_name = 'GRPC_DEFAULT_SSL_ROOTS_FILE_PATH'
1212
if env_name not in os.environ or not Path(os.environ[env_name]).exists():

0 commit comments

Comments
 (0)