mirror of
https://github.com/mnaberez/py65.git
synced 2025-01-17 10:30:19 +00:00
Add string formatting to load option for Windows backslashes
This commit is contained in:
parent
cd673d50d1
commit
a86987eb2d
@ -62,7 +62,7 @@ class Monitor(cmd.Cmd):
|
|||||||
self._reset(self.mpu_type, self.getc_addr, self.putc_addr)
|
self._reset(self.mpu_type, self.getc_addr, self.putc_addr)
|
||||||
|
|
||||||
if load is not None:
|
if load is not None:
|
||||||
self.do_load(load)
|
self.do_load("%r" % load)
|
||||||
|
|
||||||
if goto is not None:
|
if goto is not None:
|
||||||
self.do_goto(goto)
|
self.do_goto(goto)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user