PIO Account, Subscription, other improvements

This commit is contained in:
Ivan Kravets
2016-10-24 21:03:54 +03:00
parent f027e8c52e
commit 63f1939c83
5 changed files with 89 additions and 22 deletions

View File

@@ -203,8 +203,8 @@ class EnvironmentProcessor(object):
# warn about unknown options
if k not in self.KNOWN_OPTIONS:
click.secho(
"Detected non-PlatformIO `%s` option in `[env:]` section"
% k,
"Detected non-PlatformIO `%s` option in `[env:]` section" %
k,
fg="yellow")
result[k] = v
return result