From 889ca3c9563ffddb69861d0c5a84d97263f73539 Mon Sep 17 00:00:00 2001 From: victorusu Date: Mon, 23 Oct 2023 20:18:53 +0200 Subject: [PATCH] Update hpctestlib/system/fs/mnt_opts.py Co-authored-by: Vasileios Karakasis --- hpctestlib/system/fs/mnt_opts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hpctestlib/system/fs/mnt_opts.py b/hpctestlib/system/fs/mnt_opts.py index 40b613a7a2..5343d382c1 100644 --- a/hpctestlib/system/fs/mnt_opts.py +++ b/hpctestlib/system/fs/mnt_opts.py @@ -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