Maintain renamed options when reading configuration file

This commit is contained in:
Ivan Kravets
2019-06-01 16:58:14 +03:00
parent 6186b425d4
commit 4af615a49c
4 changed files with 59 additions and 63 deletions

View File

@@ -103,7 +103,6 @@ if env.GetOption('clean'):
elif not int(ARGUMENTS.get("PIOVERBOSE", 0)):
print("Verbose mode can be enabled via `-v, --verbose` option")
env.GetProjectConfig().validate([env['PIOENV']], silent=True)
env.LoadProjectOptions()
env.LoadPioPlatform()