Skip to content

Commit 8bb0fdd

Browse files
committed
Add missing self
1 parent 04c7c71 commit 8bb0fdd

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
@@ -230,7 +230,7 @@ def __init__(self, sparkcontext, credentials, cos_id='', bucket_name=''):
230230
hconf.set(prefix + ".access.key", credentials['access_key'])
231231
hconf.set(prefix + ".secret.key", credentials['secret_key'])
232232

233-
def get_os_id():
233+
def get_os_id(self):
234234
return self.cos_id
235235

236236
def url(self, object_name, bucket_name=''):

0 commit comments

Comments
 (0)