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

Merge pull request #100 from tianhao64/master

fix a formatting issue
This commit is contained in:
Tianhao He 2018-09-25 10:18:53 -07:00 committed by GitHub
commit e13f59e076
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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