lynxis lazus has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/c/osmocom-bb/+/14756 )

Change subject: firmware/solve_envs.py: make it compatible with python3
......................................................................

firmware/solve_envs.py: make it compatible with python3

Change-Id: I711df515012f5542de5e5008c8fe4e601609759e
---
M src/target/firmware/solve_envs.py
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  Vadim Yanitskiy: Looks good to me, approved



diff --git a/src/target/firmware/solve_envs.py 
b/src/target/firmware/solve_envs.py
index 0e5f5e8..d4cee80 100755
--- a/src/target/firmware/solve_envs.py
+++ b/src/target/firmware/solve_envs.py
@@ -34,7 +34,7 @@
        envs = solve(board_envs, app_envs)

        # Result
-       print ' '.join(envs)
+       print(' '.join(envs))


 if __name__ == '__main__':

--
To view, visit https://gerrit.osmocom.org/c/osmocom-bb/+/14756
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: I711df515012f5542de5e5008c8fe4e601609759e
Gerrit-Change-Number: 14756
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lyn...@fe80.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Vadim Yanitskiy <axilira...@gmail.com>
Gerrit-Reviewer: lynxis lazus <lyn...@fe80.eu>
Gerrit-MessageType: merged

Reply via email to