1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-07-08 22:28:56 +00:00

fixup indentation

This commit is contained in:
BigEd 2018-04-15 18:46:12 +01:00 committed by GitHub
parent 5774528125
commit 35e0150e77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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