Skip to content

Commit

Permalink
minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
mozman committed Dec 18, 2020
1 parent 6be797c commit 0fb7868
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tools/debug_proxy_graphic.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@
logging.basicConfig(filename=OUTBOX / "ezdxf-log.txt", level='DEBUG')
logger = logging.getLogger('ezdxf')

DXFTEST = Path(r'D:\Source\dxftest')
MBWAY_EXAMPLE = DXFTEST / "mleader" / "mbway-mleader.dxf"
EXAMPLE = Path(ezdxf.EZDXF_TEST_FILES) / "mleader" / "mbway-mleader.dxf"

doc = ezdxf.readfile(MBWAY_EXAMPLE)
doc = ezdxf.readfile(EXAMPLE)
mleader = doc.entitydb['403']
with open(OUTBOX / "proxy-debug.txt", mode="wt") as stream:
proxy = ProxyGraphicDebugger(mleader.proxy_graphic, doc,
Expand Down

0 comments on commit 0fb7868

Please sign in to comment.