| Summary: | [abrt] setroubleshoot-server-3.1.1-1.fc17: signature.py:327:evaluate_filter_for_user:TypeError: not enough arguments for format string | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Frank Murphy <frankly3d> |
| Component: | setroubleshoot | Assignee: | Daniel Walsh <dwalsh> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | dwalsh, mgrepl, nicolas.mailhot, pnewell0705 |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i686 | ||
| OS: | Unspecified | ||
| Whiteboard: | abrt_hash:eae8ec2c812852032b0a0820d0b790cbf4a994e5 | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-01-24 16:28:49 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Frank Murphy
2012-01-21 14:36:03 UTC
You can make this change for now in
/usr/lib64/python2.7/site-packages/setroubleshoot/signature.py
--- signature.py_old 2012-01-22 11:11:28.879223678 +0100
+++ signature.py 2012-01-22 11:11:34.477223807 +0100
@@ -324,7 +324,7 @@
def evaluate_filter_for_user(self, username, filter_type=None):
action = 'display'
f = self.find_filter_by_username(username)
- syslog.syslog(syslog.LOG_DEBUG, "evaluate_filter_for_user: found %s user's filter = %s" % username, f)
+ syslog.syslog(syslog.LOG_DEBUG, "evaluate_filter_for_user: found %s user's filter = %s" % (username, f))
if f is not None:
if filter_type is not None:
f.filter_type = filter_type
ok, thanks Fixed in setroubleshoot-3.1.2-1.fc17 |