mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
673b5ff04e
subprocess.check_output("mongod --version",shell=True) returns a byte string so to convert it to a regular string we should do this : mongo_version_string = subprocess.check_output("mongod --version",shell=True) mongo_version_string = mongo_version_string.decode(encoding='UTF-8') |
||
---|---|---|
.. | ||
.gitignore | ||
bootstrap.sh | ||
configuration.py | ||
dependency.py | ||
directoryController.py | ||
downloader.py | ||
errors.py | ||
factories.py | ||
mongo.py | ||
node.py | ||
repositoryInstaller.py | ||
ruby.py | ||
setup.py | ||
systemConfiguration.py | ||
which.py |