Skip to content

Commit

Permalink
Update hpctestlib/system/fs/mnt_opts.py
Browse files Browse the repository at this point in the history
Co-authored-by: Vasileios Karakasis <[email protected]>
  • Loading branch information
victorusu and vkarak authored Oct 23, 2023
1 parent 95496cd commit 889ca3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hpctestlib/system/fs/mnt_opts.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ def explode_opts_str(self, opts_str):
keystr = opt_parts[0]
valstr = opt_parts[1] if len(opt_parts) > 1 else ''
result[keystr] = valstr

return result

@sanity_function
Expand Down

0 comments on commit 889ca3c

Please sign in to comment.