8000 pep8 · jkzilla/twilio-python@2b27688 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2b27688

Browse files
author
Kevin Burke
committed
pep8
1 parent 2ecf352 commit 2b27688

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

twilio/rest/resources/base.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,12 @@ def __init__(self, httplib_resp, content, url):
2222
self.ok = self.status_code < 400
2323
self.url = url
2424

25+
2526
def get_cert_file():
2627
""" Get the cert file location or bail """
2728
try:
28-
# Apparently __file__ i 59DE s not available in all places so wrapping this in
29-
# a try/catch
29+
# Apparently __file__ is not available in all places so wrapping this
30+
# in a try/catch
3031
current_path = os.path.realpath(__file__)
3132
ca_cert_path = os.path.join(current_path, "..", "..", "..",
3233
"conf", "cacert.pem")

0 commit comments

Comments
 (0)
0