From d077fb7244646d486930cc3d702cb440ddd648f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wi=C4=85cek?= Date: Sun, 5 May 2019 21:16:32 +0200 Subject: [PATCH] Fix typo for last change in bootstrap.py --- python/servo/bootstrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/servo/bootstrap.py b/python/servo/bootstrap.py index ce959f48c7c..9e5fcbc1440 100644 --- a/python/servo/bootstrap.py +++ b/python/servo/bootstrap.py @@ -391,7 +391,7 @@ def get_linux_distribution(): else: raise Exception('unsupported version of %s: %s' % (distro, version)) distro, version = 'Ubuntu', base_version - #fixme: we should allow checked/supported versions only + # Fixme: we should allow checked/supported versions only elif distro.lower() not in [ 'centos', 'centos linux',