mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-28 13:46:36 +00:00
Decode std output
This commit is contained in:
parent
de62f90fe7
commit
036a47f772
@ -63,8 +63,8 @@ def copy_merge_bins(source, target, env):
|
||||
stderr=subprocess.PIPE)
|
||||
stdout, stderr = process.communicate()
|
||||
stdout, stderr
|
||||
print(stdout)
|
||||
print(stderr)
|
||||
print(stdout.decode("utf-8") )
|
||||
print(stderr.decode("utf-8") )
|
||||
|
||||
def copy_ota(source, target, env):
|
||||
version = 'v' + str(HASP_VER_MAJ) + '.' + str(HASP_VER_MIN) + '.' + str(HASP_VER_REV)
|
||||
|
Loading…
x
Reference in New Issue
Block a user