Change in ...osmocom-bb[master]: firmware/solve_envs.py: make it compatible with python3

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

lynxis lazus gerrit-no-reply at lists.osmocom.org
Thu Jul 11 14:14:44 UTC 2019


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 <lynxis at fe80.eu>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190711/fec7cd84/attachment.htm>


More information about the gerrit-log mailing list