We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff8041a commit f0cf4ccCopy full SHA for f0cf4cc
1 file changed
Xlib/protocol/rq.py
@@ -1,4 +1,4 @@
1
-# $Id: rq.py,v 1.14 2002-02-25 11:09:23 petli Exp $
+# $Id: rq.py,v 1.15 2005-03-29 05:21:03 calroc99 Exp $
2
#
3
# Xlib.protocol.rq -- structure primitives for request, events and errors
4
@@ -631,7 +631,7 @@ def pack_value(self, value):
631
fmt, val = value
632
633
if fmt not in (8, 16, 32):
634
- raise BadDataError('Invalid property data format %s' % format)
+ raise BadDataError('Invalid property data format %d' % format)
635
636
if type(val) is types.StringType:
637
size = fmt / 8
0 commit comments