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/.
Neels Hofmeyr gerrit-no-reply at lists.osmocom.orgNeels Hofmeyr has submitted this change and it was merged.
Change subject: resource_test: Fix trailing whitespace
......................................................................
resource_test: Fix trailing whitespace
Change-Id: I654484b21ca2e950ff3019ee20133e9cb50296bb
---
M selftest/resource_test.py
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Neels Hofmeyr: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/selftest/resource_test.py b/selftest/resource_test.py
index e4324f6..52d8e47 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: merged
Gerrit-Change-Id: I654484b21ca2e950ff3019ee20133e9cb50296bb
Gerrit-PatchSet: 9
Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>