mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-10 21:28:02 -04:00
Noticed a tab and converted to spaces.
This commit is contained in:
parent
6075f4cbe7
commit
6c2d4fac7d
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class SetupFactory(object):
|
|||
mongo_version_string = ""
|
||||
try:
|
||||
mongo_version_string = subprocess.check_output("mongod --version",shell=True)
|
||||
mongo_version_string = mongo_version_string.decode(encoding='UTF-8')
|
||||
mongo_version_string = mongo_version_string.decode(encoding='UTF-8')
|
||||
except:
|
||||
print("Mongod not found.")
|
||||
if "v2.5.4" not in mongo_version_string:
|
||||
|
|
Loading…
Reference in a new issue