Skip to content

Commit

Permalink
Should be a slight size win without the quote marks.
Browse files Browse the repository at this point in the history
  • Loading branch information
BSVino committed Aug 17, 2014
1 parent d9868cc commit 1088ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def create_directory(dir):
for version in search_function_aliases:
search_versions_commands += "'" + version + "':{"
for alias in search_function_aliases[version]:
search_versions_commands += "'" + alias + "':'" + search_function_aliases[version][alias] + "',"
search_versions_commands += alias + ":'" + search_function_aliases[version][alias] + "',"
search_versions_commands += "},"

search_versions_commands += "};"
Expand Down

0 comments on commit 1088ab6

Please sign in to comment.