mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 01:57:13 +02:00
Fix indention
This commit is contained in:
@ -90,7 +90,7 @@ def fill_project_envs(project_file, board_types, disable_auto_uploading):
|
|||||||
content.append("board = %s" % type_)
|
content.append("board = %s" % type_)
|
||||||
|
|
||||||
content.append("%stargets = upload" % ("# " if disable_auto_uploading
|
content.append("%stargets = upload" % ("# " if disable_auto_uploading
|
||||||
else ""))
|
else ""))
|
||||||
|
|
||||||
with open(project_file, "a") as f:
|
with open(project_file, "a") as f:
|
||||||
f.write("\n".join(content))
|
f.write("\n".join(content))
|
||||||
|
Reference in New Issue
Block a user