mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-18 20:23:27 +02:00
Fix typo
This commit is contained in:
@@ -10,4 +10,4 @@ config = configparser.ConfigParser(inline_comment_prefixes=(';', ))
|
|||||||
config.read(sys.argv[1])
|
config.read(sys.argv[1])
|
||||||
libs = [x for x in config['common']['lib_deps'].splitlines() if len(x) != 0]
|
libs = [x for x in config['common']['lib_deps'].splitlines() if len(x) != 0]
|
||||||
|
|
||||||
subprocess.check_call(['platformio', 'lib', '-g', 'uninstall', *libs])
|
subprocess.check_call(['platformio', 'lib', '-g', 'install', *libs])
|
||||||
|
|||||||
Reference in New Issue
Block a user