mirror of
https://github.com/mnaberez/py65.git
synced 2025-01-17 10:30:19 +00:00
fixup indentation
This commit is contained in:
parent
5774528125
commit
35e0150e77
@ -105,7 +105,7 @@ class Monitor(cmd.Cmd):
|
||||
msg = "Fatal: no such MPU. Available MPUs: %s"
|
||||
self._output(msg % ', '.join(mpus))
|
||||
sys.exit(1)
|
||||
self.mpu_type = self._get_mpu(mpu)
|
||||
self.mpu_type = self._get_mpu(mpu)
|
||||
|
||||
if load is not None:
|
||||
cmd = "load %s" % load
|
||||
|
Loading…
x
Reference in New Issue
Block a user