From 6de7228945f9e9882ae5a8d45fd3ed40906057db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jussi=20R=C3=A4s=C3=A4nen?= Date: Mon, 28 Mar 2016 17:42:31 +0300 Subject: Fixed a typo --- python/servo/testing_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/servo/testing_commands.py') diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py index 95bace157d5..acfce6157cf 100644 --- a/python/servo/testing_commands.py +++ b/python/servo/testing_commands.py @@ -168,7 +168,7 @@ class MachCommands(CommandBase): path.join(self.context.topdir, "components", "style", "list_properties.py") ]) - this_file = style = os.path.dirname(__file__) + this_file = os.path.dirname(__file__) servo_doc_path = os.path.abspath(os.path.join(this_file, '../', '../', 'target', 'doc', 'servo')) with open(os.path.join(servo_doc_path, 'css-properties.json'), 'r') as property_file: -- cgit v1.2.3