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:
parent
2939cc304f
commit
48a9388c45
@ -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