mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +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("%stargets = upload" % ("# " if disable_auto_uploading
|
||||
else ""))
|
||||
else ""))
|
||||
|
||||
with open(project_file, "a") as f:
|
||||
f.write("\n".join(content))
|
||||
|
Reference in New Issue
Block a user