Commit 811b5765 authored by Jonas Kaufmann's avatar Jonas Kaufmann Committed by Antoine Kaufmann
Browse files

fix pytype issue in experiments/pyexps/dist_memcache.py

parent 27ca27d4
...@@ -46,7 +46,7 @@ for n_racks in racks: ...@@ -46,7 +46,7 @@ for n_racks in racks:
f'{basedir}dist_memcache-{host_type}-{n_racks}-{n_hosts_per_rack}' f'{basedir}dist_memcache-{host_type}-{n_racks}-{n_hosts_per_rack}'
'-1.json' '-1.json'
) )
if exists(log): if exists(log_path):
with open(log_path, 'r', encoding='utf-8') as log: with open(log_path, 'r', encoding='utf-8') as log:
exp_log = json.load(log) exp_log = json.load(log)
start_time = exp_log['start_time'] start_time = exp_log['start_time']
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment