lynxis lazus has uploaded this change for review. ( 
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(-)



  git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/56/14756/1

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 <[email protected]>
Gerrit-MessageType: newchange

Reply via email to