Skip to content
Snippets Groups Projects
Commit 3900252a authored by Campbell Barton's avatar Campbell Barton
Browse files

Cleanup: comments, spelling

parent 44ae9d18
No related branches found
No related tags found
No related merge requests found
...@@ -368,7 +368,7 @@ def main(): ...@@ -368,7 +368,7 @@ def main():
with open(source_dst, 'w', encoding='utf-8') as fh: with open(source_dst, 'w', encoding='utf-8') as fh:
convert_data(blend, theme, fh) convert_data(blend, theme, fh)
# grr, msvc doesn't like empty braces # Microsoft Visual Studio doesn't support empty braces.
file_remove_empty_braces(source_dst) file_remove_empty_braces(source_dst)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment