|
|
@ -63,7 +63,7 @@ class ProfilerOptions(object):
|
|
|
|
def _parse_from_string(self, options_str):
|
|
|
|
def _parse_from_string(self, options_str):
|
|
|
|
if not options_str:
|
|
|
|
if not options_str:
|
|
|
|
return
|
|
|
|
return
|
|
|
|
|
|
|
|
|
|
|
|
for kv in options_str.replace(' ', '').split(';'):
|
|
|
|
for kv in options_str.replace(' ', '').split(';'):
|
|
|
|
key, value = kv.split('=')
|
|
|
|
key, value = kv.split('=')
|
|
|
|
if key == 'batch_range':
|
|
|
|
if key == 'batch_range':
|
|
|
|