This commit is contained in:
penguin-wwy
2016-06-09 01:58:45 +08:00
parent a5f0bc4711
commit e8deb97599
+4 -4
View File
@@ -375,10 +375,10 @@ class Core(cmd.Cmd):
def do_only(self, s, silent=False):
try:
if s == "None":
self.__options.only = None
else:
self.__options.only = s.split()[0]
if s == "None":
self.__options.only = None
else:
self.__options.only = s.split()[0]
except:
if not silent:
return self.help_only()