The Samba-Bugzilla – Attachment 14906 Details for
Bug 13616
Error running "samba-tool dbcheck" after upgrading from 4.8.5 to 4.9.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for comment 42
0001-python-graph-fix-python-2.6-incompatibility.patch (text/plain), 885 bytes, created by
Douglas Bagnall
on 2019-03-06 22:46:11 UTC
(
hide
)
Description:
patch for comment 42
Filename:
MIME Type:
Creator:
Douglas Bagnall
Created:
2019-03-06 22:46:11 UTC
Size:
885 bytes
patch
obsolete
>From b4db95a00c2db10a208d2da517714a8e63ee40d0 Mon Sep 17 00:00:00 2001 >From: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> >Date: Thu, 7 Mar 2019 11:01:02 +1300 >Subject: [PATCH] python/graph: fix python 2.6 incompatibility > >Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> >--- > python/samba/graph.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/python/samba/graph.py b/python/samba/graph.py >index 0a0aecd6631..48372776946 100644 >--- a/python/samba/graph.py >+++ b/python/samba/graph.py >@@ -88,7 +88,7 @@ def shorten_vertex_names(vertices, suffix=',...', aggressive=False): > try: > while True: > c = set(x[i] for x in vlist) >- if len(c) > 1 or c == {'*'}: >+ if len(c) > 1 or c == set('*'): > break > i -= 1 > except IndexError: >-- >2.17.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 13616
:
14493
|
14499
|
14500
|
14501
|
14565
|
14650
|
14651
|
14652
|
14653
|
14768
|
14769
|
14786
| 14906