We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6955258 commit e742fb8Copy full SHA for e742fb8
management/cbstats
@@ -66,7 +66,6 @@ def stats_perform(mc, cmd=''):
66
except Exception, e:
67
print "Stats '%s' are not available from the requested engine. (%s)"\
68
% (cmd, e)
69
- sys.exit(1)
70
71
def stats_formatter(stats, prefix=" ", cmp=None):
72
if stats:
0 commit comments