Skip to content

Commit 96128a8

Browse files
committed
Update Print of the class
1 parent 9849dce commit 96128a8

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
@@ -174,7 +174,7 @@ def url(self, container_name, object_name):
174174

175175
class CloudObjectStorage(object):
176176

177-
def __init__(self, sparkcontext, credentials, bucket_name, public=False, driver='com.ibm.stocator.fs.ObjectStoreFileSystem'):
177+
def __init__(self, sparkcontext, bucket_name, credentials, public=False, driver='com.ibm.stocator.fs.ObjectStoreFileSystem'):
178178
self.bucket_name = bucket_name
179179

180180
# check if all required values are availble

0 commit comments

Comments
 (0)