mirror of
https://github.com/vmware/vsphere-automation-sdk-python.git
synced 2024-11-21 17:29:59 -05:00
commit
e13f59e076
@ -19,7 +19,7 @@ from samples.vsphere.common.vim.inventory import get_datastore_mo
|
||||
|
||||
from samples.vsphere.common.vim import datastore_file
|
||||
|
||||
datastore_path_regex = re.compile(br'\[(.+)\]\s?(.*)')
|
||||
datastore_path_regex = re.compile(r'\[(.+)\]\s?(.*)')
|
||||
|
||||
|
||||
def parse_datastore_path(datastore_path):
|
||||
|
Loading…
Reference in New Issue
Block a user