Fix indention

This commit is contained in:
Ivan Kravets
2015-01-02 20:27:34 +02:00
parent 418b693fe0
commit 2566879a99

View File

@ -90,7 +90,7 @@ def fill_project_envs(project_file, board_types, disable_auto_uploading):
content.append("board = %s" % type_)
content.append("%stargets = upload" % ("# " if disable_auto_uploading
else ""))
else ""))
with open(project_file, "a") as f:
f.write("\n".join(content))