Problem was with a missplaced parentheses. ugh.

This commit is contained in:
jaypipes@gmail.com
2010-12-22 10:40:24 -05:00
parent 887ee0aae5
commit 46c4d44aff

View File

@@ -114,7 +114,7 @@ class CloudController(object):
start = os.getcwd()
os.chdir(FLAGS.ca_path)
# TODO(vish): Do this with M2Crypto instead
utils.runthis(_("Generating root CA: %s", "sh genrootca.sh"))
utils.runthis(_("Generating root CA: %s"), "sh genrootca.sh")
os.chdir(start)
def _get_mpi_data(self, context, project_id):