Skip to content

Commit

Permalink
Remove spurious variable.
Browse files Browse the repository at this point in the history
As pointed out by Ben Spencer, in issue jrfonseca#10.
  • Loading branch information
jrfonseca committed Apr 26, 2014
1 parent a9d9669 commit b8b9778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xdot.py
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ def handle_font(self, size, name):
def handle_font_characteristics(self, flags):
# TODO
if flags != 0:
sys.stderr.write("warning: font characteristics not supported yet\n" % op)
sys.stderr.write("warning: font characteristics not supported yet\n")

def handle_text(self, x, y, j, w, t):
self.shapes.append(TextShape(self.pen, x, y, j, w, t))
Expand Down

0 comments on commit b8b9778

Please sign in to comment.