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: