forked from platformio/platformio-core
Improve off-line mode // Resolve #1126
This commit is contained in:
@ -40,8 +40,7 @@ def cli(dev):
|
||||
# kill all PIO Home servers, they block `pioplus` binary
|
||||
shutdown_servers()
|
||||
|
||||
to_develop = dev or not all(
|
||||
[c.isdigit() for c in __version__ if c != "."])
|
||||
to_develop = dev or not all([c.isdigit() for c in __version__ if c != "."])
|
||||
cmds = ([
|
||||
"pip", "install", "--upgrade",
|
||||
"https://github.com/platformio/platformio-core/archive/develop.zip"
|
||||
|
Reference in New Issue
Block a user