Page MenuHomePhabricator

TypeError: unsupported operand type(s) for %: 'dict' and 'tuple'
Closed, ResolvedPublic

Description

ladsgroup@deployment-tin:/srv/deployment/ores/deploy$ scap deploy
10:12:30 Started Deploy: ores/deploy
Traceback (most recent call last):
  File "/usr/lib/python2.7/logging/handlers.py", line 577, in emit
    s = self.makePickle(record)
  File "/usr/lib/python2.7/dist-packages/scap/log.py", line 617, in makePickle
    text = self.format(record)
  File "/usr/lib/python2.7/logging/__init__.py", line 724, in format
    return fmt.format(record)
  File "/usr/lib/python2.7/dist-packages/scap/log.py", line 190, in format
    fields['message'] = fields['msg'] % fields['args']
TypeError: unsupported operand type(s) for %: 'dict' and 'tuple'

Revisions and Commits

rMSCA Scap
Restricted Differential Revision

Event Timeline

thcipriani added a revision: Restricted Differential Revision.Aug 8 2016, 7:33 PM

Autoclosed when I landed the patch. Leaving this open until the updated package is deployed.

thcipriani claimed this task.

This should be fixed by the scap 3.2.3-1 package that went out yesterday.