Fixed a typo

This commit is contained in:
Jussi Räsänen 2016-03-28 17:42:31 +03:00
parent 5098ad7d93
commit 6de7228945

View file

@ -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: