mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-20 06:29:03 +00:00
Some more things regarding #4269
This commit is contained in:
2
thirdparty/xdot/xdot.py
vendored
2
thirdparty/xdot/xdot.py
vendored
@@ -722,7 +722,7 @@ class XDotAttrParser:
|
||||
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))
|
||||
|
||||
Reference in New Issue
Block a user