fix typo in python config stuff
python/m5/config.py: fix typo --HG-- extra : convert_revision : 2208453d93149ba4af140dd78c29be4c4943b397
This commit is contained in:
parent
f3544a13f3
commit
9fead747f5
1 changed files with 1 additions and 1 deletions
|
@ -1285,7 +1285,7 @@ class NullSimObject(object):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def _convert(cls, value):
|
def _convert(cls, value):
|
||||||
if value == Nxone:
|
if value == None:
|
||||||
return
|
return
|
||||||
|
|
||||||
if isinstance(value, cls):
|
if isinstance(value, cls):
|
||||||
|
|
Loading…
Reference in a new issue