Skip to content

Commit

Permalink
Update Print of the class
Browse files Browse the repository at this point in the history
  • Loading branch information
bassel-zeidan committed Jul 11, 2017
1 parent 9849dce commit 96128a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ibmos2spark/osconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def url(self, container_name, object_name):

class CloudObjectStorage(object):

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

# check if all required values are availble
Expand Down

0 comments on commit 96128a8

Please sign in to comment.