Skip to content

Commit

Permalink
Add missing fuse type parameter to GCPMounter.
Browse files Browse the repository at this point in the history
Relates to #1371.
  • Loading branch information
tcibinan committed Sep 11, 2020
1 parent f4b2117 commit a0d5049
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions workflows/pipe-common/scripts/mount_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,7 @@ def build_mount_params(self, mount_point):
'path': self.get_path(),
'mask': mask,
'permissions': permissions,
'fuse_type': self.fuse_type,
'tmp_dir': self.fuse_tmp,
'credentials': creds_named_pipe_path,
'mount_timeout': mount_timeout
Expand Down

0 comments on commit a0d5049

Please sign in to comment.