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/.
Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Review at https://gerrit.osmocom.org/3816
resource_test: Fix trailing whitespace
Change-Id: I654484b21ca2e950ff3019ee20133e9cb50296bb
---
M selftest/resource_test.py
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-tester refs/changes/16/3816/1
diff --git a/selftest/resource_test.py b/selftest/resource_test.py
index 8b60be6..9a78674 100755
--- a/selftest/resource_test.py
+++ b/selftest/resource_test.py
@@ -37,7 +37,7 @@
try:
resource.solve([ [0, 2],
[2],
- [0, 2] ])
+ [0, 2] ])
assert False
except resource.NotSolvable as e:
print(e)
--
To view, visit https://gerrit.osmocom.org/3816
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I654484b21ca2e950ff3019ee20133e9cb50296bb
Gerrit-PatchSet: 1
Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>