mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Bug 1273673 followup: bad logging syntax, r=dustin on a CLOSED TREE
--HG-- extra : rebase_source : d74730a644796510d52a994493c5065d9cf5a110 extra : amend_source : 1e4538b179fa72c35fed09d8b4def3724fd325d6
This commit is contained in:
parent
9f7d2279d9
commit
c2977b87db
@ -190,12 +190,12 @@ class LegacyKind(base.Kind):
|
||||
for pattern in file_patterns:
|
||||
for path in changed_files:
|
||||
if mozpackmatch(path, pattern):
|
||||
logger.debug('scheduling {task} because pattern {pattern} '
|
||||
'matches {path}', format({
|
||||
'task': task['task'],
|
||||
'pattern': pattern,
|
||||
'path': path,
|
||||
}))
|
||||
logger.debug('scheduling {task} because pattern {pattern} '+
|
||||
'matches {path}'.format(
|
||||
task=task['task'],
|
||||
pattern=pattern,
|
||||
path=path,
|
||||
))
|
||||
return True
|
||||
|
||||
# No file patterns matched. Discard task.
|
||||
|
Loading…
Reference in New Issue
Block a user