1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-06-09 10:29:35 +00:00

Add string formatting to load option for Windows backslashes

This commit is contained in:
Sam Colwell 2018-12-03 20:46:28 -05:00
parent cd673d50d1
commit a86987eb2d

View File

@ -62,7 +62,7 @@ class Monitor(cmd.Cmd):
self._reset(self.mpu_type, self.getc_addr, self.putc_addr)
if load is not None:
self.do_load(load)
self.do_load("%r" % load)
if goto is not None:
self.do_goto(goto)