1
0
mirror of https://github.com/vmware/vsphere-automation-sdk-python.git synced 2024-11-22 01:39:58 -05:00

fix a formatting issue

This commit is contained in:
het 2018-09-25 10:17:04 -07:00
parent 2939cc304f
commit 48a9388c45

View File

@ -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):