don't need to print this header for 'blocks' command
This commit is contained in:
parent
49b9392dd9
commit
f52bacdc29
1
mce.py
1
mce.py
@ -1136,7 +1136,6 @@ class mce(object):
|
|||||||
With nothing, prints a list of all blocks.
|
With nothing, prints a list of all blocks.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
print "ID : Block name"
|
|
||||||
searchName = None
|
searchName = None
|
||||||
if len(command):
|
if len(command):
|
||||||
searchName = " ".join(command)
|
searchName = " ".join(command)
|
||||||
|
Reference in New Issue
Block a user