Merge lp:~jfb-tempo-consulting/qbrz/1939012 into lp:qbrz

Proposed by jftempo
Status: Merged
Approved by: Jelmer Vernooij
Approved revision: 1642
Merged at revision: 1648
Proposed branch: lp:~jfb-tempo-consulting/qbrz/1939012
Merge into: lp:qbrz
Diff against target: 12 lines (+1/-1)
1 file modified
lib/loggraphviz.py (+1/-1)
To merge this branch: bzr merge lp:~jfb-tempo-consulting/qbrz/1939012
Reviewer Review Type Date Requested Status
Robert Ladyman Approve
Review via email: mp+406714@code.launchpad.net

Commit message

To post a comment you must log in.
Revision history for this message
Robert Ladyman (saccadic-masking) wrote :

Looks OK, happy to accept

Revision history for this message
Robert Ladyman (saccadic-masking) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'lib/loggraphviz.py'
--- lib/loggraphviz.py 2020-06-20 18:54:20 +0000
+++ lib/loggraphviz.py 2021-08-05 11:28:25 +0000
@@ -1573,7 +1573,7 @@
1573 try:1573 try:
1574 change = next(changes)1574 change = next(changes)
1575 # Exclude root (talk about black magic... --vila 20090629)1575 # Exclude root (talk about black magic... --vila 20090629)
1576 if change[4] == (None, None):1576 if change.name == (None, None):
1577 change = next(changes)1577 change = next(changes)
1578 return True1578 return True
1579 except StopIteration:1579 except StopIteration:

Subscribers

People subscribed via source and target branches