aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/testing_commands.py
diff options
context:
space:
mode:
authorJussi Räsänen <jussi@skyred.fi>2016-03-28 17:42:31 +0300
committerJussi Räsänen <jussi@skyred.fi>2016-03-28 17:42:31 +0300
commit6de7228945f9e9882ae5a8d45fd3ed40906057db (patch)
tree2c17050f4db68d28e7f51b6c7440e7c0f7833e44 /python/servo/testing_commands.py
parent5098ad7d9308f6b3e43d4cc933e2dcbc004fb55d (diff)
downloadservo-6de7228945f9e9882ae5a8d45fd3ed40906057db.tar.gz
servo-6de7228945f9e9882ae5a8d45fd3ed40906057db.zip
Fixed a typo
Diffstat (limited to 'python/servo/testing_commands.py')
-rw-r--r--python/servo/testing_commands.py2
1 files changed, 1 insertions, 1 deletions
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: