Skip to content

Commit 237e96c

Browse files
committed
whitespace
1 parent 5731d4d commit 237e96c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

irods/manager/data_object_manager.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ def open(self, path, mode,
334334
returned_values = None, # Used to update session reference, for forging more conns to same host, in irods.parallel.io_main
335335
allow_redirect = True, # This may be set to False to disallow the client redirect-to-resource.
336336
**options):
337-
_buffering = options.pop('_buffering',-1)
337+
_buffering = options.pop('_buffering', -1)
338338
_raw_fd_holder = options.get('_raw_fd_holder',[])
339339
# If no keywords are used that would influence the server as to the choice of a storage resource,
340340
# then use the default resource in the client configuration.
@@ -442,7 +442,7 @@ def make_FileOpenRequest(**extra_opts):
442442
if auto_close:
443443
return ManagedBufferedRandom(raw, _session = self.sess, **bufopt)
444444

445-
return io.BufferedRandom(raw,**bufopt)
445+
return io.BufferedRandom(raw, **bufopt)
446446

447447
def trim(self, path, **options):
448448

0 commit comments

Comments
 (0)