Merge pull request #48791 from rallytime/bp-48757

Back-port #48757 to 2018.3
This commit is contained in:
Nicole Thomas 2018-07-27 17:30:43 -04:00 committed by GitHub
commit 488f6716d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -200,7 +200,7 @@ def _walk(path, value, metrics, timestamp, skip):
to a float. Defaults to `False`.
'''
log.trace(
'Carbon return walking path: %s, value: %s, metrics: %s, ',
'Carbon return walking path: %s, value: %s, metrics: %s, '
'timestamp: %s', path, value, metrics, timestamp
)
if isinstance(value, collections.Mapping):