commit | 4121fdc9dc35a137c498466346ed08b848457b6f | [log] [tgz] |
---|---|---|
author | Jon Hall <jhall@onlab.us> | Tue Apr 08 15:20:03 2014 -0700 |
committer | Jon Hall <jhall@onlab.us> | Tue Apr 08 15:20:03 2014 -0700 |
tree | 0ff6322b5505e1b50f2dd3d9afa20f0beffe89e0 | |
parent | 1d2450066075d638b85b083cdfa1813ef256bed3 [diff] |
Add a missing return value for stop_coor function
diff --git a/TestON/drivers/common/cli/ramcloudclidriver.py b/TestON/drivers/common/cli/ramcloudclidriver.py index e651034..f900ddc 100644 --- a/TestON/drivers/common/cli/ramcloudclidriver.py +++ b/TestON/drivers/common/cli/ramcloudclidriver.py
@@ -190,6 +190,7 @@ return main.TRUE else: main.log.warn(self.name+": RAMCloud was not Running") + return main.FALSE def disconnect(self): '''