Change path type to string in fs_utils remove command
Signed-off-by: Katarzyna Treder <katarzyna.treder@h-partners.com>
This commit is contained in:

committed by
Katarzyna Treder

parent
252866d840
commit
a1ff17bbd3
@@ -243,7 +243,7 @@ def base_prepare(item):
|
||||
except Exception:
|
||||
pass # TODO: Reboot DUT if test is executed remotely
|
||||
|
||||
remove(opencas_drop_in_directory, recursive=True, ignore_errors=True)
|
||||
remove(str(opencas_drop_in_directory), recursive=True, ignore_errors=True)
|
||||
|
||||
from storage_devices.drbd import Drbd
|
||||
if Drbd.is_installed():
|
||||
|
Reference in New Issue
Block a user