mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 01:57:13 +02:00
Ignore buildprog target status
This commit is contained in:
@ -283,6 +283,8 @@ class PlatformRunMixin(object):
|
|||||||
return result
|
return result
|
||||||
|
|
||||||
def on_run_out(self, line):
|
def on_run_out(self, line):
|
||||||
|
if "`buildprog' is up to date." in line:
|
||||||
|
return
|
||||||
self._echo_line(line, level=1)
|
self._echo_line(line, level=1)
|
||||||
|
|
||||||
def on_run_err(self, line):
|
def on_run_err(self, line):
|
||||||
|
Reference in New Issue
Block a user