Merge pull request #10737 from chengduoZH/fix_timeline

Fix timeline for the number of profile is one
revert-10836-update-becbos-url
chengduo 7 years ago committed by GitHub
commit d0a62bfcf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -171,7 +171,7 @@ if args.timeline_path:
profile_paths = profile_path.split(',')
profile_dict = dict()
if len(profile_path) == 1:
if len(profile_paths) == 1:
with open(profile_path, 'r') as f:
profile_s = f.read()
profile_pb = profiler_pb2.Profile()

Loading…
Cancel
Save